Skip to content

Commit bd9725e

Browse files
akessonclaude
andcommitted
Fix CI: keep stable as default toolchain, use cargo-binstall
Add override: false to nightly toolchain step so stable remains the default (fixes missing cargo-fmt on nightly). Replace taiki-e/install-action with cargo-binstall for flexibility. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3c59f10 commit bd9725e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ jobs:
1616
with:
1717
components: clippy, rustfmt
1818
- uses: dtolnay/rust-toolchain@nightly
19-
- uses: taiki-e/install-action@nextest
19+
with:
20+
override: false
21+
- uses: cargo-bins/cargo-binstall@main
22+
- run: cargo binstall --no-confirm cargo-nextest
2023
- run: cargo fmt -- --check
2124
- run: cargo clippy -- -D warnings
2225
- run: cargo nextest run

0 commit comments

Comments
 (0)