Update the cache ID to try and get the vcpkg cache working again.

This commit is contained in:
Pentarctagon 2022-01-14 10:48:42 -06:00
parent 129deb47ec
commit a1537aefdf
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0

View file

@ -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