summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLuke Street <luke@street.dev>2025-08-15 16:52:16 -0600
committerLuke Street <luke@street.dev>2025-08-15 16:52:16 -0600
commitc59e44b4767595bbc28b8695dc8194c7140c32e9 (patch)
tree5e7e08f32cb1323bd04cfcb2de82da41078c5d0d /.github
parent74ce750d9dec84d53d8069e3b5cc7365cf41aaa3 (diff)
ci: Always create new cache key
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2c04f833..85c3700a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -48,7 +48,8 @@ jobs:
build
.ninja_deps
.ninja_log
- key: ${{ runner.os }}-${{ matrix.version }}
+ key: ${{ runner.os }}-${{ matrix.version }}-${{ github.sha }}
+ restore-keys: ${{ runner.os }}-${{ matrix.version }}
# Build the project
- name: Build