mirror of
https://github.com/maplibre/martin.git
synced 2024-12-23 23:11:40 +03:00
Downgrade nightly CI until rustc is fixed (#985)
See https://github.com/rust-lang/rust/issues/117598
This commit is contained in:
parent
ccadb56be4
commit
9ddbbe0dcb
4
.github/workflows/grcov.yml
vendored
4
.github/workflows/grcov.yml
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user