Skip to content

Commit 08b7595

Browse files
committed
ci: Don't install rust-src when testing web which doesn't build dual-wasm
1 parent 7e6e3b2 commit 08b7595

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test_web.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
uses: dtolnay/rust-toolchain@stable
5353
with:
5454
targets: wasm32-unknown-unknown
55-
components: rust-src
5655

5756
- name: Cache Cargo output
5857
uses: Swatinem/rust-cache@v2
@@ -118,7 +117,6 @@ jobs:
118117
uses: dtolnay/rust-toolchain@stable
119118
with:
120119
targets: wasm32-unknown-unknown
121-
components: rust-src
122120

123121
- name: Cache Cargo output
124122
uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)