Skip to content

Commit b7eb6dc

Browse files
committed
Add rust-src component to GitHub Actions workflow for WASM build
1 parent 0707b84 commit b7eb6dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-wasm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
- name: Add wasm32 target
4545
run: rustup target add wasm32-unknown-unknown
4646

47+
- name: Add rust-src
48+
run: rustup component add rust-src
49+
4750
- name: Cache dependencies
4851
uses: actions/cache@v4
4952
with:

0 commit comments

Comments
 (0)