Skip to content

Commit c0765f2

Browse files
committed
Fix rust-src component by specifying nightly toolchain version in build workflow
1 parent b7eb6dc commit c0765f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wasm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ 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
47+
- name: fix rust-src
48+
run: rustup component add rust-src --toolchain nightly-2023-09-19-x86_64-unknown-linux-gnu
4949

5050
- name: Cache dependencies
5151
uses: actions/cache@v4

0 commit comments

Comments
 (0)