Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleHuisman committed Sep 24, 2024
1 parent f61f062 commit 39168bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Rust toolchain
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

- name: Set up Rust cache
uses: swatinem/rust-cache@v2
Expand Down

0 comments on commit 39168bd

Please sign in to comment.