Skip to content

Commit

Permalink
ci: Use stable Rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Sep 9, 2024
1 parent b76a563 commit a509467
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
components: rustfmt
- run: cargo fmt -- --check

Expand All @@ -29,9 +28,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly-2024-09-09
components: clippy
- uses: Swatinem/rust-cache@v2
- run: cargo clippy --all-targets -- -D warnings
Expand Down

0 comments on commit a509467

Please sign in to comment.