From 3fa71adb9f005fc1c4fd4e9a85e16b625aa3dcc4 Mon Sep 17 00:00:00 2001 From: everpcpc Date: Tue, 27 Jun 2023 16:28:56 +0800 Subject: [PATCH] ci: disable crates cache [skip ci] --- .github/actions/setup_build_tool/action.yml | 32 ++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/actions/setup_build_tool/action.yml b/.github/actions/setup_build_tool/action.yml index cea78e80d9c09..9acd3a0953707 100644 --- a/.github/actions/setup_build_tool/action.yml +++ b/.github/actions/setup_build_tool/action.yml @@ -83,19 +83,19 @@ runs: shell: bash run: df -h - - uses: everpcpc/actions-cache@v1 - if: env.RUNNER_PROVIDER == 'aws' - env: - AWS_REGION: us-east-2 - with: - bucket: "databend-ci" - root: "cache/cargo" - path: | - ~/.cargo/registry/cache - ~/.cargo/registry/index - ~/.cargo/git/db - key: | - ${{ runner.os }}/${{ inputs.target }}/${{ hashFiles('**/Cargo.lock') }} - restore-keys: | - ${{ runner.os }}/${{ inputs.target }}/ - ${{ runner.os }}/ + # - uses: everpcpc/actions-cache@v1 + # if: env.RUNNER_PROVIDER == 'aws' + # env: + # AWS_REGION: us-east-2 + # with: + # bucket: "databend-ci" + # root: "cache/cargo" + # path: | + # ~/.cargo/registry/cache + # ~/.cargo/registry/index + # ~/.cargo/git/db + # key: | + # ${{ runner.os }}/${{ inputs.target }}/${{ hashFiles('**/Cargo.lock') }} + # restore-keys: | + # ${{ runner.os }}/${{ inputs.target }}/ + # ${{ runner.os }}/