Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
guusw committed Jan 28, 2025
1 parent 5d2a167 commit 2a8e678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
git clone https://github.com/BurntSushi/memchr.git
cd memchr
git checkout 2.5.0
cargo +$RUSTUP_TOOLCHAIN -vvv build || true
# cargo +$RUSTUP_TOOLCHAIN -vvv build || true
cargo +$RUSTUP_TOOLCHAIN -vvv build --target wasm32-unknown-emscripten || true
- name: Set up rust
Expand Down

0 comments on commit 2a8e678

Please sign in to comment.