fix git checkout failing for vcpkg
This commit is contained in:
parent
b5821d9611
commit
1af69b2236
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci-main.yml
vendored
3
.github/workflows/ci-main.yml
vendored
|
@ -284,9 +284,8 @@ jobs:
|
|||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
D:/a/wesnoth/vcpkg
|
||||
D:/a/wesnoth/wesnoth/vcpkg_installed
|
||||
key: win-cache-master-${{ matrix.cfg }}-0001
|
||||
key: win-cache-master-${{ matrix.cfg }}-0002
|
||||
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v1.1.3
|
||||
|
|
Loading…
Add table
Reference in a new issue