Skip to content

Commit fefdc68

Browse files
Specify nightly version in actions
1 parent 300cc17 commit fefdc68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- uses: actions-rs/toolchain@v1
1515
with:
1616
profile: minimal
17-
toolchain: nightly
17+
toolchain: nightly-2025-12-28
1818
override: true
1919
- uses: actions-rs/cargo@v1
2020
with:
2121
command: check
22-
toolchain: nightly
22+
toolchain: nightly-2025-12-28

0 commit comments

Comments
 (0)