let's see if this magically works
This commit is contained in:
parent
4acbf7b853
commit
4efa9f554e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci-main.yml
vendored
4
.github/workflows/ci-main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue