Skip to content

Commit fd3deac

Browse files
committed
release
1 parent cd54759 commit fd3deac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
| Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
127127
128128
129-
- run: cmake -B build -S .
129+
- run: cmake -B build -DCMAKE_BUILD_TYPE=Release
130130
- run: cmake --build build
131131
- if: matrix.os != 'windows'
132132
run: ./build/main

0 commit comments

Comments
 (0)