Skip to content

Commit

Permalink
Use nightly rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
56quarters committed Dec 26, 2023
1 parent 6dfe162 commit 0807d36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Temporary while https://github.com/rust-lang/rust-clippy/issues/12014 is affecting stable
- name: Rustup
run: rustup update nightly && rustup default nightly && rustup component add clippy rustfmt
- name: Versions
run: cargo --version && rustc --version
- name: Build
Expand Down

0 comments on commit 0807d36

Please sign in to comment.