This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch cherry_pick_08925959
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git

commit 77114d58f1e26e3e2bc45d5ea82ce44f65195f83
Author: Andrew Lamb <[email protected]>
AuthorDate: Tue Nov 9 06:39:41 2021 -0500

    Do not use cache for miri
---
 .github/workflows/miri.yaml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.github/workflows/miri.yaml b/.github/workflows/miri.yaml
index 373f24c..7856bec 100644
--- a/.github/workflows/miri.yaml
+++ b/.github/workflows/miri.yaml
@@ -35,13 +35,6 @@ jobs:
       - uses: actions/checkout@v2
         with:
           submodules: true
-      - uses: actions/cache@v2
-        with:
-          path: |
-            ~/.cargo/registry
-            ~/.cargo/git
-            target
-          key: ${{ runner.os }}-cargo-miri-${{ hashFiles('**/Cargo.lock') }}
       - name: Setup Rust toolchain
         run: |
           rustup toolchain install ${{ matrix.rust }}

Reply via email to