Skip to content

Commit

Permalink
ci: Don't install rust-src when testing web which doesn't build dual-…
Browse files Browse the repository at this point in the history
…wasm
  • Loading branch information
danielhjacobs committed Jan 9, 2025
1 parent 7e6e3b2 commit 08b7595
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
targets: wasm32-unknown-unknown
components: rust-src

- name: Cache Cargo output
uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -118,7 +117,6 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
targets: wasm32-unknown-unknown
components: rust-src

- name: Cache Cargo output
uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit 08b7595

Please sign in to comment.