Force rebuild of vcpkg dependencies on CI.
This commit is contained in:
parent
2bc919e1f9
commit
d34c2b0347
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci-main.yml
vendored
4
.github/workflows/ci-main.yml
vendored
|
@ -327,7 +327,7 @@ jobs:
|
|||
cache-name: windows-release-cache-master
|
||||
with:
|
||||
path: D:/a/wesnoth/vcpkg
|
||||
key: windows-master-N002
|
||||
key: windows-master-N003
|
||||
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v1.0.2
|
||||
|
@ -360,7 +360,7 @@ jobs:
|
|||
cache-name: windows-debug-cache-master
|
||||
with:
|
||||
path: D:/a/wesnoth/vcpkg
|
||||
key: windows-master-N002
|
||||
key: windows-master-N003
|
||||
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v1.0.2
|
||||
|
|
Loading…
Add table
Reference in a new issue