Skip to content

Commit

Permalink
👷 use dtolnay/rust-toolchain (mise doesn't work on windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidB committed Sep 23, 2024
1 parent c1729a9 commit 409dc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
RUSTC_WRAPPER: "sccache"
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- uses: dtolnay/rust-toolchain@stable
- uses: mozilla-actions/sccache-action@v0.0.5
- run: cargo clippy --workspace --all-features --no-deps --all-targets -- --deny warnings
- run: cargo test --all-features
Expand Down

0 comments on commit 409dc10

Please sign in to comment.