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 a92d4ce
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,12 @@ 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
run: cargo check
- name: cargo clippy
run: cargo clippy -Zlints -- -D warnings
run: cargo clippy

build-linux:
name: Build Linux
Expand Down

0 comments on commit a92d4ce

Please sign in to comment.