From 2963391b512f5695925cd1444f57ded0b92150f2 Mon Sep 17 00:00:00 2001 From: Yordan Atanasov Date: Mon, 10 Jun 2024 15:04:52 +0300 Subject: [PATCH] Test remove cache steps. --- .github/workflows/build_publish.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/build_publish.yaml b/.github/workflows/build_publish.yaml index db2f1d0..80bcdbf 100644 --- a/.github/workflows/build_publish.yaml +++ b/.github/workflows/build_publish.yaml @@ -63,24 +63,6 @@ jobs: default: true override: true - - name: Cache Cargo registry - uses: actions/cache@v1 - with: - path: ~/.cargo/registry - key: cargo-registry-${{ hashFiles('**/Cargo.lock') }} - - - name: Cache Cargo bin - uses: actions/cache@v1 - with: - path: ~/.cargo/bin - key: cargo-bin-${{ hashFiles('**/Cargo.lock') }} - - - name: Cache Cargo build - uses: actions/cache@v1 - with: - path: target - key: cargo-build-target-${{ hashFiles('**/Cargo.lock') }} - - name: Setup wasmer-jni artifacts dir shell: bash run: |