mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +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
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: clang
|
path: clang
|
||||||
key: ${{ runner.os }}-clang
|
key: ${{ runner.os }}-clang-13-0-1
|
||||||
|
|
||||||
- name: Install Clang
|
- name: Install Clang
|
||||||
if: steps.cache-clang.outputs.cache-hit != 'true'
|
if: steps.cache-clang.outputs.cache-hit != 'true'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user