ci: Always create new cache key

This commit is contained in:
Luke Street
2025-08-15 16:52:16 -06:00
parent 74ce750d9d
commit c59e44b476
+2 -1
View File
@@ -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