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 2f8c533 commit 0551285Copy full SHA for 0551285
.github/workflows/cmake.yml
@@ -328,13 +328,13 @@ jobs:
328
329
- name: Configure
330
working-directory: ${{github.workspace}}
331
- run: CXX=g++ cmake -Bbuild -GNinja -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DENABLE_SFIZZ=0
+ run: CXX=g++ cmake -Bbuild -GNinja -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
332
333
- name: Build with hang detection
334
timeout-minutes: 20
335
run: |
336
# Start build
337
- cmake --build . --config Debug &
+ cmake --build build --config RelWithDebInfo &
338
BUILD_PID=$!
339
340
sleep 600
0 commit comments