From c88aef216432a8849f9933841c70619b73ce8b49 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Wed, 20 May 2026 01:03:51 +0200 Subject: [PATCH] removal of cache (for now) --- .gitea/workflows/lint-rust.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.gitea/workflows/lint-rust.yml b/.gitea/workflows/lint-rust.yml index 81b2aba..44a4fcb 100644 --- a/.gitea/workflows/lint-rust.yml +++ b/.gitea/workflows/lint-rust.yml @@ -8,24 +8,10 @@ jobs: runs-on: alpine container: node:26-alpine - env: - CARGO_INCREMENTAL: 0 - steps: - name: Checkout uses: actions/checkout@v4 - - name: Cache cargo - uses: https://code.forgejo.org/actions/cache@v3 - with: - path: | - ~/.cargo/registry - ~/.cargo/git - target - key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - restore-keys: | - ${{ runner.os }}-cargo- - - name: Install tools run: | apk add --no-cache \