CI/CD: cache Windows dependencies
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -44,6 +44,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Cache vcpkg packages
|
||||||
|
uses: actions/cache@v4
|
||||||
|
with:
|
||||||
|
path: ${{ env.VCPKG_INSTALLATION_ROOT }}/installed
|
||||||
|
key: vcpkg-x64-windows-${{ hashFiles('.github/workflows/build.yml') }}
|
||||||
|
restore-keys: vcpkg-x64-windows-
|
||||||
|
|
||||||
- name: Install vcpkg dependencies
|
- name: Install vcpkg dependencies
|
||||||
run: |
|
run: |
|
||||||
vcpkg install sdl2 fftw3 "libsndfile[core]" --triplet x64-windows
|
vcpkg install sdl2 fftw3 "libsndfile[core]" --triplet x64-windows
|
||||||
|
|||||||
Reference in New Issue
Block a user