Update codeql-analysis.yml

This commit is contained in:
Jan W. Krieger 2022-04-21 11:54:55 +02:00 committed by GitHub
parent 4e9f681183
commit f6c77c7a22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ jobs:
# queries: ./path/to/local/query, your-org/your-repo/queries@main # queries: ./path/to/local/query, your-org/your-repo/queries@main
- name: Install dependencies - name: Install dependencies
run: sudo apt -y install -qq qtbase5-dev qt5-qmake qtbase5-dev-tools run: sudo apt -y install build-essential cmake mesa-common-dev libglu1-mesa-dev libfontconfig1 qt5-qmake qtbase5-dev-tools qt5-default
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below) # If this step fails, then you should remove it and run the build manually (see below)