Skip to content

Commit

Permalink
Revert "Pin nightly toolchain for Miri"
Browse files Browse the repository at this point in the history
This reverts commit 09e972f.
  • Loading branch information
taiki-e committed Jun 23, 2022
1 parent 9e9ff76 commit 593cf05
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 @@ -160,9 +160,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# TODO: unpin nightly toolchain once https://github.com/rust-lang/miri/issues/2223 fixed.
- name: Install Rust
run: rustup toolchain install nightly-2022-06-08 --component miri && rustup default nightly-2022-06-08
run: rustup toolchain install nightly --component miri && rustup default nightly
- name: miri
run: ./ci/miri.sh

Expand Down

0 comments on commit 593cf05

Please sign in to comment.