diff options
author | Ben Smith <binji@chromium.org> | 2020-06-17 16:32:11 -0700 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2020-06-17 16:32:11 -0700 |
commit | 1467a6113414e7ef24174f51398079c9f4eeae57 (patch) | |
tree | 3f00df6ca6e177cee1d4b6939dad59cdbae74f26 /.github | |
parent | 6bff9f079a8e7b33bb616ea0731d592072dc53dd (diff) | |
download | wabt-1467a6113414e7ef24174f51398079c9f4eeae57.tar.gz wabt-1467a6113414e7ef24174f51398079c9f4eeae57.tar.bz2 wabt-1467a6113414e7ef24174f51398079c9f4eeae57.zip |
Add install prefix for build releases [skip ci]
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build_release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index de76b3f4..5efb7273 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -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 |