We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c509d90 commit 52cc3e1Copy full SHA for 52cc3e1
.github/workflows/checks.yaml
@@ -322,8 +322,7 @@ jobs:
322
tool: cargo-nextest
323
- name: Download wasi-sdk
324
run: |
325
- curl -L https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-24/wasi-sdk-24.0-x86_64-linux.tar.gz
326
- 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
327
- name: cargo nextest (without SIMD)
328
run: cargo nextest run -p zlib-rs -p test-libz-rs-sys --target wasm32-wasip1
329
env:
0 commit comments