mirror of https://github.com/xemu-project/xemu.git
ci: Update actions/cache@v2
This commit is contained in:
parent
1c9a0217e1
commit
b4a472730b
|
@ -101,7 +101,7 @@ jobs:
|
|||
ninja-build
|
||||
- name: Initialize Compiler Cache
|
||||
id: cache
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: /tmp/xemu-ccache
|
||||
key: cache-${{ runner.os }}-${{ matrix.configuration }}-${{ github.sha }}
|
||||
|
@ -166,6 +166,7 @@ jobs:
|
|||
ninja
|
||||
- name: Initialize Compiler Cache
|
||||
id: cache
|
||||
# FIXME: actions/cache@v2 broken on macOS?
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: /tmp/xemu-ccache
|
||||
|
|
Loading…
Reference in New Issue