Skip to content

Commit 1467a61

Browse files
committed
Add install prefix for build releases [skip ci]
1 parent 6bff9f0 commit 1467a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: cmake (win)
4747
# -G "Visual Studio 15 2017"
48-
run: cmake -S . -B out
48+
run: cmake -S . -B out -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=install
4949
if: matrix.os == 'windows-latest'
5050

5151
- name: build

0 commit comments

Comments
 (0)