Skip to content

Commit 10de0dd

Browse files
committed
Fix a typo
1 parent eadd744 commit 10de0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@master
1717
- name: Install Rust
1818
run: |
19-
curl https://sh.rustup.rs | sh -s -- -y --default-toochain=nightly
19+
curl https://sh.rustup.rs | sh -s -- -y --default-toolchain=nightly
2020
echo "##[add-path]$HOME/.cargo/bin"
2121
- run: cargo build
2222
- run: echo "[registry]\ntoken =\"${{ secrets.CRATESIO_TOKEN }}\"" >> $HOME/.cargo/credentials

0 commit comments

Comments
 (0)