Skip to content

Commit 9c93d45

Browse files
committed
fix: build release in CI
1 parent 86c82db commit 9c93d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: cmake -B build -S .
2828

2929
- name: Build
30-
run: cmake --build build --parallel 4
30+
run: cmake --build build --parallel 4 --config Release
3131

3232
- name: Upload artifacts (Linux)
3333
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)