mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-12-03 12:11:05 +00:00
Don't append the timestamp to the cache key
This commit is contained in:
parent
62a7b3df6a
commit
085afaf87e
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@ -87,7 +87,8 @@ jobs:
|
||||
- name: Set Up CCache
|
||||
uses: hendrikmuhs/ccache-action@v1.2
|
||||
with:
|
||||
key: ${{ inputs.archive-name }}-${{ matrix.build-type }} # Eg. "some_build-ubuntu-latest"
|
||||
key: ${{ inputs.archive-name }}-${{ matrix.build-type }}
|
||||
append-timestamp: false
|
||||
|
||||
- name: Install GCC Problem Matcher
|
||||
uses: root-project/gcc-problem-matcher-improved@9d83f12b27a78210f0485fb188e08d94fa807a6d
|
||||
|
Loading…
Reference in New Issue
Block a user