Skip to content

Commit

Permalink
[MSWin] Cache installed vcpkg packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Feb 6, 2022
1 parent 90a540e commit b9083c2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ jobs:
restore-keys: |
${{ runner.os }}-vcpkg-download-${{ matrix.os }}-
${{ runner.os }}-vcpkg-download-
- uses: actions/cache@v2
with:
path: C:\vcpkg\installed
key: ${{ runner.os }}-vcpkg-installed-${{ matrix.os }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-vcpkg-installed-${{ matrix.os }}-
${{ runner.os }}-vcpkg-installed-
- name: Install libraries with vcpkg
run: |
vcpkg --triplet x64-windows install readline zlib
Expand Down

0 comments on commit b9083c2

Please sign in to comment.