Skip to content

Commit

Permalink
Update wasi-sdk to version 20
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen committed May 29, 2023
1 parent ab63efa commit ea541a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
submodules: recursive
- name: Install wasi-sdk
run: |
wget --no-verbose 'https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-12/wasi-sdk-12.0-linux.tar.gz'
tar xf wasi-sdk-12.0-linux.tar.gz
rm wasi-sdk-12.0-linux.tar.gz
echo "$(pwd)/wasi-sdk-12.0/bin" >> $GITHUB_PATH
wget --no-verbose 'https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-20/wasi-sdk-20.0-linux.tar.gz'
tar xf wasi-sdk-20.0-linux.tar.gz
rm wasi-sdk-20.0-linux.tar.gz
echo "$(pwd)/wasi-sdk-20.0/bin" >> $GITHUB_PATH
- name: Install binaryen
run: |
wget --no-verbose 'https://github.com/WebAssembly/binaryen/releases/download/version_113/binaryen-version_113-x86_64-linux.tar.gz'
Expand Down

0 comments on commit ea541a8

Please sign in to comment.