let's see if this magically works

This commit is contained in:
Pentarctagon 2023-08-23 11:35:00 -05:00
parent 4acbf7b853
commit 4efa9f554e

View file

@ -278,7 +278,7 @@ jobs:
uses: actions/cache@v3
with:
path: vcpkg_installed # vcpkg generates this dir next to vcpkg.json
key: win-cache-master-${{ matrix.cfg }}-0005
key: win-cache-master-${{ matrix.cfg }}-0006
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1.3
@ -288,7 +288,7 @@ jobs:
- name: Build vcpkg
run: |
git clone https://github.com/microsoft/vcpkg
git -C vcpkg checkout 78b61582c9e093fda56a01ebb654be15a0033897
git -C vcpkg checkout 417119555f155f6044dec7a379cd25466e339873
vcpkg/bootstrap-vcpkg.bat
- name: Setup cmake