Skip to content

Commit 3c39bb0

Browse files
committed
Added rust-src
1 parent edb74c8 commit 3c39bb0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,13 @@ jobs:
3636
- name: Setup Rust toolchain
3737
uses: actions-rust-lang/setup-rust-toolchain@v1
3838
with:
39-
rustflags: ""
39+
rustflags: ""
4040

4141
- name: Add wasm32 target
42-
run: rustup target add wasm32-unknown-unknown
42+
run: |
43+
rustup target add wasm32-unknown-unknown
44+
rustup component add rust-src
45+
4346
4447
# ────────────── Install geth ──────────────
4548
- name: Install Geth on Ubuntu

0 commit comments

Comments
 (0)