Skip to content

Commit d1d09fe

Browse files
add missing build-std
1 parent 8059131 commit d1d09fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
rustup default nightly
2020
rustup set profile minimal
2121
rustup target add wasm32-unknown-unknown
22+
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
2223
- name: Rust Cache # cache the rust build artefacts
2324
uses: Swatinem/rust-cache@v2
2425
- name: Download Trunk binary

0 commit comments

Comments
 (0)