diff options
| author | Luke Street <luke@street.dev> | 2025-08-15 16:52:16 -0600 |
|---|---|---|
| committer | Luke Street <luke@street.dev> | 2025-08-15 16:52:16 -0600 |
| commit | c59e44b4767595bbc28b8695dc8194c7140c32e9 (patch) | |
| tree | 5e7e08f32cb1323bd04cfcb2de82da41078c5d0d | |
| parent | 74ce750d9dec84d53d8069e3b5cc7365cf41aaa3 (diff) | |
ci: Always create new cache key
| -rw-r--r-- | .github/workflows/build.yml | 3 |
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 |
