mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 23:33:07 +00:00
Set CI to use an older version of nightly
- Needed until https://github.com/rust-lang/rust/issues/105037 is fixed.
This commit is contained in:
parent
d527073416
commit
da23fb116b
@ -24,7 +24,7 @@ jobs:
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: nightly
|
||||
toolchain: nightly-2022-11-23
|
||||
override: true
|
||||
|
||||
- name: rust-cache
|
||||
@ -60,7 +60,7 @@ jobs:
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: nightly
|
||||
toolchain: nightly-2022-11-23
|
||||
override: true
|
||||
components: rustfmt, clippy
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user