Skip to content

Commit

Permalink
Downgrade nightly CI until rustc is fixed (#985)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik authored Nov 5, 2023
1 parent ccadb56 commit 9ddbbe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/grcov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'

0 comments on commit 9ddbbe0

Please sign in to comment.