Skip to content

Commit 4c0430d

Browse files
authored
Force release build
1 parent a90f6a4 commit 4c0430d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ jobs:
8383
# Configure
8484
- name: Configure (Unix)
8585
if: matrix.os != 'windows-latest'
86-
run: cmake -S src -B build-Release -G Ninja
86+
run: cmake -S src -B build-Release -G Ninja -DCMAKE_BUILD_TYPE=Release
8787

8888
- name: Configure (Windows)
8989
if: matrix.os == 'windows-latest'
90-
run: cmake -S src -B build-Release -G Ninja
90+
run: cmake -S src -B build-Release -G Ninja -DCMAKE_BUILD_TYPE=Release
9191
shell: pwsh
9292

9393
# Build

0 commit comments

Comments
 (0)