Skip to content

Commit

Permalink
Install wasmer binary from Github releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaprieto committed Jan 25, 2023
1 parent 01d6a73 commit e99a1f5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,14 @@ jobs:
run: |
echo "WASI_SYSROOT_PATH=$GITHUB_WORKSPACE/wasi-sysroot" >> $GITHUB_ENV
- name: Setup Wasmer
uses: wasmerio/setup-wasmer@v2
- name: Install the latest Wasmer version
uses: jaxxstorm/action-install-gh-release@v1.9.0
with:
repo: wasmerio/wasmer
tag: v3.1.0
cache: enable
rename-to: wasmer
chmod: 0755

- name: Set homebrew LLVM CC and LIBTOOL vars (macOS)
if: runner.os == 'macOS'
Expand Down

0 comments on commit e99a1f5

Please sign in to comment.