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 eadd744 commit 10de0ddCopy full SHA for 10de0dd
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@master
17
- name: Install Rust
18
run: |
19
- curl https://sh.rustup.rs | sh -s -- -y --default-toochain=nightly
+ curl https://sh.rustup.rs | sh -s -- -y --default-toolchain=nightly
20
echo "##[add-path]$HOME/.cargo/bin"
21
- run: cargo build
22
- run: echo "[registry]\ntoken =\"${{ secrets.CRATESIO_TOKEN }}\"" >> $HOME/.cargo/credentials
0 commit comments