Skip to content

Commit

Permalink
Clean macos cache for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fradav committed Nov 3, 2020
1 parent 4594cef commit 3acef97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
uses: actions/cache@v2
with:
path: /Users/runner/.local/share/pmm
key: macos-vcpkg4-${{ env.VCPKG_REVISION }}
key: macos-vcpkg5-${{ env.VCPKG_REVISION }}
if: matrix.os == 'macos-latest'
- name: restore/cache vcpkg/windows
uses: actions/cache@v2
Expand Down

0 comments on commit 3acef97

Please sign in to comment.