[MSWin] Cache installed vcpkg packages
This commit is contained in:
parent
90a540e9f2
commit
b9083c206a
7
.github/workflows/windows.yml
vendored
7
.github/workflows/windows.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user