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

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