diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 9968008..b16c878 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -24,19 +24,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Cache cargo registry and target - uses: actions/cache@v4 - with: - path: | - ~/.cargo/bin - ~/.cargo/registry/index - ~/.cargo/registry/cache - ~/.cargo/git/db - target - key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - restore-keys: | - ${{ runner.os }}-cargo- - - name: Ensure sccache with S3 support env: RUSTC_WRAPPER: ""