From 858e91639e9132ba5f6b49cb22f6a2ad45d3b993 Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Tue, 29 Aug 2023 00:21:19 +0200 Subject: [PATCH] Revert "Setup cross toolchain for miri" This reverts commit 460fe21882dd1ab2ef9033e4f468982987321339. --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e7f1a1..6237880 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}