We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d5035 commit 3dae61eCopy full SHA for 3dae61e
.github/workflows/codeql-analysis.yml
@@ -42,9 +42,8 @@ jobs:
42
43
- name: Configure and Build
44
run: |
45
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
46
- sudo apt update && sudo apt install -y ninja-build ccache gcc-11 g++-11
47
- cmake -GNinja -H. -Bbuild -DCMAKE_CXX_COMPILER=/usr/bin/g++-11 -DCMAKE_BUILD_TYPE=Debug
+ sudo apt update && sudo apt install -y ninja-build ccache gcc g++
+ cmake -GNinja -H. -Bbuild -DCMAKE_CXX_COMPILER=/usr/bin/g++ -DCMAKE_BUILD_TYPE=Debug
48
cmake --build ./build
49
50
- name: Perform CodeQL Analysis
0 commit comments