Skip to content

Commit

Permalink
Remove rust toolchain installation (-Zlints had been stablized since …
Browse files Browse the repository at this point in the history
…1.74)
  • Loading branch information
azat committed Jul 9, 2024
1 parent 80b56d4 commit 7221ef6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- name: rust
run: |
rustup toolchain install nightly-2024-07-09
rustup default nightly-2024-07-09
rustup component add clippy
- name: Install dependencies
run: pip install PyOxidizer
- name: cargo check
Expand Down

0 comments on commit 7221ef6

Please sign in to comment.