Skip to content

Commit 7570a64

Browse files
committed
Install Rust stable when running the tests
`cargo-insta` needs to run `cargo metadata`, and that has to be up to date.
1 parent a9d03d6 commit 7570a64

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,9 @@ jobs:
287287
- name: Checkout the code
288288
uses: actions/[email protected]
289289

290-
- run: mkdir -p ~/.cargo/bin
290+
- name: Install Rust toolchain
291+
uses: dtolnay/rust-toolchain@stable
292+
291293
- name: Install nextest
292294
uses: taiki-e/install-action@v2
293295
with:

0 commit comments

Comments
 (0)