Skip to content

Commit

Permalink
CI: try doing a rustup update before installing nightly rust
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Mar 3, 2022
1 parent 55faf5a commit 3c309da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:

- name: Install nightly Rust
run: |
rustup update
rustup toolchain install nightly
rustup default nightly
Expand Down

0 comments on commit 3c309da

Please sign in to comment.