We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb74c8 commit 3c39bb0Copy full SHA for 3c39bb0
.github/workflows/test.yml
@@ -36,10 +36,13 @@ jobs:
36
- name: Setup Rust toolchain
37
uses: actions-rust-lang/setup-rust-toolchain@v1
38
with:
39
- rustflags: ""
+ rustflags: ""
40
41
- name: Add wasm32 target
42
- run: rustup target add wasm32-unknown-unknown
+ run: |
43
+ rustup target add wasm32-unknown-unknown
44
+ rustup component add rust-src
45
+
46
47
# ────────────── Install geth ──────────────
48
- name: Install Geth on Ubuntu
0 commit comments