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 3f4274e commit fb64cecCopy full SHA for fb64cec
.github/workflows/rust.yml
@@ -307,6 +307,9 @@ jobs:
307
./rustup-init.sh -y
308
rm rustup-init.sh
309
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
310
+ export PATH=$PATH:$HOME/.cargo/bin
311
+ cargo install cargo-audit
312
+ cargo install cargo-outdated
313
314
- name: Update Rust
315
run: |
@@ -368,9 +371,12 @@ jobs:
368
371
369
372
curl -OL https://static.rust-lang.org/rustup/rustup-init.sh
370
373
chmod +x ./rustup-init.sh
- ./rustup-init.sh -y
374
+ ./rustup-init.sh -y --default-toolchain nightly
375
376
377
378
379
380
381
382
0 commit comments