mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-07 05:14:58 -04:00
ci: Always create new cache key
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user