Skip to content

Commit

Permalink
Revert "Setup cross toolchain for miri"
Browse files Browse the repository at this point in the history
This reverts commit 460fe21.
  • Loading branch information
DaniPopes committed Aug 28, 2023
1 parent db6ea57 commit 858e916
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ jobs:
- uses: dtolnay/rust-toolchain@miri
with:
target: ${{ matrix.target }}
- uses: taiki-e/setup-cross-toolchain-action@v1
with:
target: ${{ matrix.target }}

- run: cargo miri setup --target ${{ matrix.target }} ${{ matrix.flags }}
- run: cargo miri test --target ${{ matrix.target }} ${{ matrix.flags }}

Expand Down

0 comments on commit 858e916

Please sign in to comment.