Skip to content

Commit 9a1599b

Browse files
authored
Test new double toolchain install
1 parent 7d9d253 commit 9a1599b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12-
- uses: actions-rust-lang/setup-rust-toolchain@v1
12+
- uses: actions-rust-lang/setup-rust-toolchain@main
1313
with:
14-
toolchain: nightly stable
14+
toolchain: nightly,stable
1515
components: rustfmt,clippy
1616
- run: cargo +nightly --version
1717
- run: cargo +stable --version
18+
- run: rustup override list

0 commit comments

Comments
 (0)