Update the cache ID to try and get the vcpkg cache working again.
This commit is contained in:
parent
129deb47ec
commit
a1537aefdf
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci-main.yml
vendored
8
.github/workflows/ci-main.yml
vendored
|
@ -222,13 +222,13 @@ jobs:
|
|||
submodules: "recursive"
|
||||
|
||||
- name: Cache object files
|
||||
id: windows-N009
|
||||
id: windows-cache
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
D:/a/wesnoth/vcpkg
|
||||
D:/a/wesnoth/wesnoth/vcpkg_installed
|
||||
key: windows-N009
|
||||
key: W001
|
||||
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v1.0.2
|
||||
|
@ -275,13 +275,13 @@ jobs:
|
|||
submodules: "recursive"
|
||||
|
||||
- name: Cache object files
|
||||
id: windows-N009
|
||||
id: windows-cache
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
D:/a/wesnoth/vcpkg
|
||||
D:/a/wesnoth/wesnoth/vcpkg_installed
|
||||
key: windows-N009
|
||||
key: W001
|
||||
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v1.0.2
|
||||
|
|
Loading…
Add table
Reference in a new issue