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 f61f062 commit 39168bdCopy full SHA for 39168bd
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v4
20
21
- name: Set up Rust toolchain
22
- run: rustup toolchain nightly stable --no-self-update --profile default --target wasm32-unknown-unknown
+ run: rustup toolchain install nightly --no-self-update --profile default --target wasm32-unknown-unknown
23
24
- name: Set up Rust cache
25
uses: swatinem/rust-cache@v2
0 commit comments