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
|
ninja-build
|
||||||
- name: Initialize Compiler Cache
|
- name: Initialize Compiler Cache
|
||||||
id: cache
|
id: cache
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: /tmp/xemu-ccache
|
path: /tmp/xemu-ccache
|
||||||
key: cache-${{ runner.os }}-${{ matrix.configuration }}-${{ github.sha }}
|
key: cache-${{ runner.os }}-${{ matrix.configuration }}-${{ github.sha }}
|
||||||
|
@ -166,6 +166,7 @@ jobs:
|
||||||
ninja
|
ninja
|
||||||
- name: Initialize Compiler Cache
|
- name: Initialize Compiler Cache
|
||||||
id: cache
|
id: cache
|
||||||
|
# FIXME: actions/cache@v2 broken on macOS?
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
with:
|
with:
|
||||||
path: /tmp/xemu-ccache
|
path: /tmp/xemu-ccache
|
||||||
|
|
Loading…
Reference in New Issue