We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f0320 commit f8d9b74Copy full SHA for f8d9b74
1 file changed
.github/workflows/build_binary.yml
@@ -37,12 +37,12 @@ jobs:
37
CXX: g++
38
39
run: |
40
- cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
+ cmake --preset linux-gcc-release
41
42
- name: 'Build'
43
id: 'build'
44
45
- cmake --build build --config Release --target all
+ cmake --build --preset default
46
47
. build/env.sh
48
echo "PACKAGE_VERSION=$PACKAGE_VERSION" >> $GITHUB_OUTPUT
0 commit comments