Skip to content

Commit fc2064d

Browse files
committed
Specify toolchain in CI
1 parent 73ff0c7 commit fc2064d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: dtolnay/rust-toolchain@master
1616
with:
17+
toolchain: nightly-2025-06-23
1718
components: rustfmt
1819
- run: cargo fmt --check
1920

@@ -23,4 +24,6 @@ jobs:
2324
steps:
2425
- uses: actions/checkout@v4
2526
- uses: dtolnay/rust-toolchain@master
27+
with:
28+
toolchain: nightly-2025-06-23
2629
- run: cargo test

0 commit comments

Comments
 (0)