ci: Update actions/cache@v2

This commit is contained in:
Matt Borgerson 2021-05-20 00:55:45 -07:00 committed by mborgerson
parent 1c9a0217e1
commit b4a472730b
1 changed files with 2 additions and 1 deletions

View File

@ -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