From dd0c1af5e82a1540943cd621a118388a899916ce Mon Sep 17 00:00:00 2001 From: Paul Cadman Date: Fri, 25 Aug 2023 17:50:39 +0100 Subject: [PATCH] CI: install wasmer from github instead of using setup-wasmer --- .github/workflows/ci.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e95162c7f..0bec1501b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,8 +89,12 @@ jobs: run: | echo "$HOME/.local/bin" >> $GITHUB_PATH - - name: Setup Wasmer - uses: wasmerio/setup-wasmer@v2 + - name: Install the latest Wasmer version + uses: jaxxstorm/action-install-gh-release@v1.10.0 + with: + repo: wasmerio/wasmer + binaries-location: bin + chmod: 0755 - name: Install libs run: sudo apt install -y libncurses5 @@ -184,8 +188,12 @@ jobs: run: | echo "WASI_SYSROOT_PATH=$GITHUB_WORKSPACE/wasi-sysroot" >> $GITHUB_ENV - - name: Setup Wasmer - uses: wasmerio/setup-wasmer@v3 + - name: Install the latest Wasmer version + uses: jaxxstorm/action-install-gh-release@v1.10.0 + with: + repo: wasmerio/wasmer + binaries-location: bin + chmod: 0755 # smoke dynamically links to icu4c, so a cached binary of smoke will break # when brew bumps the icu4c version. In the following steps we use the