fix(CI/macOS): solve ccache issue (#4378)

This commit is contained in:
Patrick Lewis 2021-01-30 03:04:43 -08:00 committed by GitHub
parent dce3c9f8cb
commit 356a623b70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,7 +83,7 @@ jobs:
- name: Cache
uses: actions/cache@v1.1.2
with:
path: /Users/runner/.ccache
path: ~/.ccache
key: ccache:${{ matrix.os }}:${{ github.ref }}:${{ github.sha }}
restore-keys: |
ccache:${{ matrix.os }}:${{ github.ref }}