Skip to content

Commit 3c101d7

Browse files
haasonsaasclaude
andcommitted
fix(ci): use prebuilt cargo-nextest to fix rustc version mismatch
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a651ace commit 3c101d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- uses: dtolnay/rust-toolchain@1.88.0
7878
- uses: Swatinem/rust-cache@v2
7979
- name: Install cargo-nextest
80-
run: cargo install cargo-nextest --locked
80+
uses: taiki-e/install-action@cargo-nextest
8181
- name: Test
8282
run: cargo nextest run
8383

0 commit comments

Comments
 (0)