Skip to content

Commit

Permalink
Revert "ci: temp. pin nightly to avoid ICE"
Browse files Browse the repository at this point in the history
This reverts commit 74ecaca.
  • Loading branch information
cpu committed Jun 10, 2024
1 parent 74ecaca commit dd54046
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@master
with:
# TODO(XXX): Revert to "matrix.toolchain" after rust-lang/rust#125474 is fixed.
toolchain: ${{ matrix.toolchain == 'nightly' && 'nightly-2024-05-22' || matrix.toolchain }}
toolchain: ${{ matrix.toolchain }}
- name: Run cargo check
run: cargo check --all-targets
- name: Run the tests
Expand Down

0 comments on commit dd54046

Please sign in to comment.