Skip to content

Commit

Permalink
Fix wasi-sdk download
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Oct 8, 2024
1 parent c509d90 commit 52cc3e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,7 @@ jobs:
tool: cargo-nextest
- name: Download wasi-sdk
run: |
curl -L https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-24/wasi-sdk-24.0-x86_64-linux.tar.gz
tar xf wasi-sdk-24.0-x86_64-linux.tar.gz
curl -L https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-24/wasi-sdk-24.0-x86_64-linux.tar.gz | tar x
- name: cargo nextest (without SIMD)
run: cargo nextest run -p zlib-rs -p test-libz-rs-sys --target wasm32-wasip1
env:
Expand Down

0 comments on commit 52cc3e1

Please sign in to comment.