Skip to content

Commit

Permalink
CI cache for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
fradav committed Oct 25, 2020
1 parent d7163c8 commit 8d6d775
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ jobs:
path: /home/runner/.local/share/pmm
key: unbuntu-vcpkg-${{ env.VCPKG_REVISION }}
if: matrix.os == 'ubuntu-latest'
- name: restore/cache vcpkg/ubuntu
uses: actions/cache@v2
with:
path: /home/runner/.local/share/pmm
key: macos-vcpkg-${{ env.VCPKG_REVISION }}
if: matrix.os == 'macos-latest'
- name: restore/cache vcpkg/windows
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 8d6d775

Please sign in to comment.