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 29d5c2c commit 00cbf05Copy full SHA for 00cbf05
.github/workflows/release-packages.yaml
@@ -39,10 +39,7 @@ jobs:
39
echo "CCACHE_BASEDIR=$PWD" >> $GITHUB_ENV
40
echo "CCACHE_DIR=$PWD/.ccache" >> $GITHUB_ENV
41
- name: Configure CMake
42
- run: |
43
- mkdir build
44
- cd build
45
- cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release
+ run: cmake -S . -Bbuild -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/bin/gcc -DCMAKE_CXX_COMPILER=/usr/bin/g++
46
- name: Zero ccache stats and limit in size
47
run: ccache -z --max-size=500M
48
- name: Build using Ninja
0 commit comments