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