Skip to content

Commit fcb1f9a

Browse files
authored
Update cmake.yml
1 parent 99255be commit fcb1f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
shell: cmd
126126
run: |
127127
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
128-
cmake ${{github.workspace}} -G "NMake Makefiles"
128+
cmake ${{github.workspace}} -G "NMake Makefiles" -DCMAKE_BUILD_TYPE:STRING=Release
129129
130130
- name: Build
131131
working-directory: ${{github.workspace}}/build

0 commit comments

Comments
 (0)