Skip to content

Commit da23fb1

Browse files
committed
Set CI to use an older version of nightly
- Needed until rust-lang/rust#105037 is fixed.
1 parent d527073 commit da23fb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions-rs/toolchain@v1
2525
with:
2626
profile: minimal
27-
toolchain: nightly
27+
toolchain: nightly-2022-11-23
2828
override: true
2929

3030
- name: rust-cache
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions-rs/toolchain@v1
6161
with:
6262
profile: minimal
63-
toolchain: nightly
63+
toolchain: nightly-2022-11-23
6464
override: true
6565
components: rustfmt, clippy
6666

0 commit comments

Comments
 (0)