Skip to content

Commit 39168bd

Browse files
Fix typo
1 parent f61f062 commit 39168bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Set up Rust toolchain
22-
run: rustup toolchain nightly stable --no-self-update --profile default --target wasm32-unknown-unknown
22+
run: rustup toolchain install nightly --no-self-update --profile default --target wasm32-unknown-unknown
2323

2424
- name: Set up Rust cache
2525
uses: swatinem/rust-cache@v2

0 commit comments

Comments
 (0)