Skip to content

Commit

Permalink
Pin rust toolchain to avoid spontaneous clappy failures
Browse files Browse the repository at this point in the history
  • Loading branch information
azat committed Jul 9, 2024
1 parent 70c4b69 commit 80b56d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
cache-on-failure: true
- name: rust
run: |
rustup toolchain install nightly
rustup default nightly
rustup toolchain install nightly-2024-07-09
rustup default nightly-2024-07-09
rustup component add clippy
- name: Install dependencies
run: pip install PyOxidizer
Expand Down

0 comments on commit 80b56d4

Please sign in to comment.