Skip to content

Commit

Permalink
Pin to working nightly for coverage
Browse files Browse the repository at this point in the history
Nightly from 2025-01-09 is currently broken and fails with an internal compiler error
  • Loading branch information
romac committed Jan 9, 2025
1 parent 97e21b8 commit e77c098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Setup Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2025-01-07 # pin to working nightly
components: llvm-tools-preview
- name: Install cargo-nextest
uses: taiki-e/install-action@cargo-nextest
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Setup Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2025-01-07 # pin to working nightly
components: llvm-tools-preview
- name: Install cargo-nextest
uses: taiki-e/install-action@cargo-nextest
Expand Down

0 comments on commit e77c098

Please sign in to comment.