fix: Exclude target dir from CI cache to reduce size
Some checks failed
Gitea CI / Run Tests (push) Successful in 41m7s
Gitea CI / Build Linux (push) Failing after 10m19s

This commit is contained in:
2025-12-21 01:00:31 +01:00
parent f21b74485e
commit 82bf4b6ced

View File

@@ -25,7 +25,6 @@ jobs:
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ runner.os }}-cargo-
@@ -52,7 +51,6 @@ jobs:
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ runner.os }}-cargo-