Skip to content

Commit f8488f4

Browse files
authored
config: ci rust toolchain -> nightly-2024-01-17 (#165)
1 parent d92491b commit f8488f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install latest nightly
1919
uses: actions-rs/toolchain@v1
2020
with:
21-
toolchain: nightly
21+
toolchain: nightly-2024-01-17
2222
override: true
2323
components: rustfmt, clippy
2424

@@ -53,7 +53,7 @@ jobs:
5353
- name: Install latest nightly
5454
uses: actions-rs/toolchain@v1
5555
with:
56-
toolchain: nightly
56+
toolchain: nightly-2024-01-17
5757
override: true
5858
components: rustfmt, clippy
5959

@@ -74,7 +74,7 @@ jobs:
7474
- name: Install latest nightly
7575
uses: actions-rs/toolchain@v1
7676
with:
77-
toolchain: nightly
77+
toolchain: nightly-2024-01-17
7878
override: true
7979
components: rustfmt, clippy
8080

0 commit comments

Comments
 (0)