Downgrade nightly CI until rustc is fixed ()

See https://github.com/rust-lang/rust/issues/117598
This commit is contained in:
Yuri Astrakhan 2023-11-05 01:00:50 -05:00 committed by GitHub
parent ccadb56be4
commit 9ddbbe0dcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ jobs:
- name: Install nightly toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
toolchain: nightly-2023-11-03
override: true
- name: Cleanup GCDA files
@ -78,6 +78,6 @@ jobs:
- name: Check conditional cfg values
run: |
cargo +nightly check -Z unstable-options -Z check-cfg --workspace
cargo check -Z unstable-options -Z check-cfg --workspace
env:
RUSTFLAGS: '-D warnings'