Skip to content

Commit 0551285

Browse files
committed
Small fix
1 parent 2f8c533 commit 0551285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,13 +328,13 @@ jobs:
328328

329329
- name: Configure
330330
working-directory: ${{github.workspace}}
331-
run: CXX=g++ cmake -Bbuild -GNinja -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DENABLE_SFIZZ=0
331+
run: CXX=g++ cmake -Bbuild -GNinja -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
332332

333333
- name: Build with hang detection
334334
timeout-minutes: 20
335335
run: |
336336
# Start build
337-
cmake --build . --config Debug &
337+
cmake --build build --config RelWithDebInfo &
338338
BUILD_PID=$!
339339
340340
sleep 600

0 commit comments

Comments
 (0)