Skip to content

Commit

Permalink
Add install prefix for build releases [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
binji committed Jun 17, 2020
1 parent 6bff9f0 commit 1467a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

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

- name: build
Expand Down

0 comments on commit 1467a61

Please sign in to comment.