From 1085c16aa2e6e1da1381c80382adb0f950b0460b Mon Sep 17 00:00:00 2001 From: Kousuke Saruta Date: Sun, 1 Oct 2023 06:40:09 +0900 Subject: [PATCH] Stop using cache for the benchmark job --- .github/workflows/rust.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 80de6e663fcd..37533396e0d8 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -226,17 +226,6 @@ jobs: - uses: actions/checkout@v4 with: submodules: true - - name: Cache Cargo - uses: actions/cache@v3 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - ./target/ - # this key equals the ones on `linux-build-lib` for re-use - key: cargo-cache-benchmark-${{ hashFiles('datafusion/**/Cargo.toml', 'benchmarks/Cargo.toml') }} - name: Setup Rust toolchain uses: ./.github/actions/setup-builder with: