mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 09:16:01 +08:00
Use Clang version as cache key.
This commit is contained in:
parent
45da272d88
commit
9fdb628711
2
.github/workflows/format-check.yml
vendored
2
.github/workflows/format-check.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: clang
|
||||
key: ${{ runner.os }}-clang
|
||||
key: ${{ runner.os }}-clang-13-0-1
|
||||
|
||||
- name: Install Clang
|
||||
if: steps.cache-clang.outputs.cache-hit != 'true'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user