Skip to content

Commit

Permalink
macos cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Aug 8, 2022
1 parent 46f6bdc commit 1d65ce7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint_and_test_cpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,11 @@ jobs:
uses: actions/cache@v3
with:
path: |
/github/home/.ccache
/Users/runner/Library/Caches/ccache
key: macos_ccache
restore-keys: |
macos_ccache
macos-12-thirdparty-bins
- name: Build thirdparty
working-directory: thirdparty
run: |
Expand Down

0 comments on commit 1d65ce7

Please sign in to comment.