Skip to content

Commit

Permalink
FIx for wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Nov 5, 2024
1 parent 4a42758 commit 3c40ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ jobs:
- name: cargo nextest (without SIMD)
run: |
export CMAKE_TOOLCHAIN_FILE="$(pwd)/wasi-sdk-24.0-x86_64-linux/share/cmake/wasi-sdk.cmake"
cargo nextest run -p libbzip2-rs -p test-libbzip2-rs-sys --target wasm32-wasip1
cargo nextest run -p libbzip2-rs-sys -p test-libbzip2-rs-sys --target wasm32-wasip1
env:
RUST_BACKTRACE: 1
RUSTFLAGS: ""
Expand Down

0 comments on commit 3c40ec6

Please sign in to comment.