.github/workflows/build.yml: update hendrikmuhs/ccache-action to v1.2
This commit is contained in:
parent
53090e3745
commit
e57c60e3d8
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
- id: checkout
|
||||
uses: actions/checkout@v2
|
||||
- id: cache-ccache
|
||||
uses: hendrikmuhs/ccache-action@v1
|
||||
uses: hendrikmuhs/ccache-action@v1.2
|
||||
with:
|
||||
key: linux
|
||||
- name: Install dependencies
|
||||
@ -107,7 +107,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- id: cache-ccache
|
||||
uses: hendrikmuhs/ccache-action@v1
|
||||
uses: hendrikmuhs/ccache-action@v1.2
|
||||
with:
|
||||
key: macos
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user