Skip to content

Commit

Permalink
fix(ci): rm exceptions from wasm-wasi
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-atreya committed Aug 22, 2024
1 parent 4ebbcf8 commit 9b59590
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,7 @@ jobs:
run: cargo update cc --precise 1.0.99
- name: cargo hack
run: |
cargo hack build --workspace --target wasm32-wasip1 \
--exclude alloy-signer-gcp \
--exclude alloy-signer-ledger \
--exclude alloy-signer-trezor \
--exclude alloy-transport-ipc
# Ledger signer requires one of `browser` or `node` features.
- name: build ledger
run: cargo build -p alloy-signer-ledger --features browser --target wasm32-wasip1
cargo hack build --workspace --target wasm32-wasip1
no-std:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9b59590

Please sign in to comment.