Skip to content

Commit

Permalink
Separate stages
Browse files Browse the repository at this point in the history
  • Loading branch information
noClaps committed Jan 3, 2025
1 parent e65df4c commit 314c879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: wget https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-25/wasi-sdk-25.0-x86_64-linux.tar.gz -O wasi-sdk.tar.gz
- run: tar -xf wasi-sdk.tar.gz
- run: |
wget https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-25/wasi-sdk-25.0-x86_64-linux.tar.gz -O wasi-sdk.tar.gz
tar xf wasi-sdk.tar.gz
ls -al ./wasi-sdk/bin
ls -al ./wasi-sdk/share/wasi-sysroot
- run: rustup target add wasm32-wasip1
Expand Down

0 comments on commit 314c879

Please sign in to comment.