summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-03-23 16:38:37 +0100
committerpml68 <contact@pml68.dev>2025-03-23 16:38:37 +0100
commitb55bd80ba1f29e4028aeac57b4e7d1468f09244d (patch)
tree0de575b60d1cabcdaef6b182237f24bc81e5455f /.github/workflows/ci.yml
parentfix(ci): CI profile related stuff (diff)
downloadiced-builder-b55bd80ba1f29e4028aeac57b4e7d1468f09244d.tar.gz
ci: change cache keys
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 16dfd5d..356e2e9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
- key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
+ key: ${{ runner.os }}-ci-${{ hashFiles('**/Cargo.lock') }}
- name: Check lints
run: cargo lint
- name: Run tests