We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8059131 commit d1d09feCopy full SHA for d1d09fe
.github/workflows/pages.yml
@@ -19,6 +19,7 @@ jobs:
19
rustup default nightly
20
rustup set profile minimal
21
rustup target add wasm32-unknown-unknown
22
+ rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
23
- name: Rust Cache # cache the rust build artefacts
24
uses: Swatinem/rust-cache@v2
25
- name: Download Trunk binary
0 commit comments