summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2020-08-17 09:18:49 -0700
committerGitHub <noreply@github.com>2020-08-17 09:18:49 -0700
commit5f992018bf0e80a430d9a0169c7f8048e0a98b2b (patch)
treef41cc99af3807e022ee5c137acbddccc9205d5e8
parentd198941ef4aac4f721be556e63d9b12a6c89f62d (diff)
downloadbinaryen-5f992018bf0e80a430d9a0169c7f8048e0a98b2b.tar.gz
binaryen-5f992018bf0e80a430d9a0169c7f8048e0a98b2b.tar.bz2
binaryen-5f992018bf0e80a430d9a0169c7f8048e0a98b2b.zip
Fix installation phase in build_release.yml (#3054)
Followup on #3052
-rw-r--r--.github/workflows/build_release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml
index dcc1908d8..0e2722764 100644
--- a/.github/workflows/build_release.yml
+++ b/.github/workflows/build_release.yml
@@ -45,7 +45,7 @@ jobs:
if: matrix.os == 'windows-latest'
- name: build
- run: cmake --build out --config Release install
+ run: cmake --build out --config Release --target install
- name: strip
run: find out/install/ -type f -perm -u=x -exec strip -x {} +
@@ -119,7 +119,7 @@ jobs:
- name: build
run: |
- ./alpine.sh ninja
+ ./alpine.sh ninja install
- name: test
run: ./alpine.sh python3 ./check.py