Skip to content

Commit

Permalink
Revert "Install precompiled xargo to speed up miri job"
Browse files Browse the repository at this point in the history
This reverts commit 4297980.

Made unnecessary by dtolnay/rust-toolchain#16.
  • Loading branch information
dtolnay committed Jun 29, 2022
1 parent c5922c4 commit 8f20c6c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -54,9 +54,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@miri
- uses: dtolnay/install@xargo
with:
bin: xargo-check
- name: Run cargo miri test (64-bit little endian)
run: cargo miri test --target x86_64-unknown-linux-gnu
- name: Run cargo miri test (64-bit big endian)
Expand Down

0 comments on commit 8f20c6c

Please sign in to comment.