Skip to content

Commit

Permalink
Update the cache ID to try and get the vcpkg cache working again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pentarctagon committed Jan 14, 2022
1 parent 129deb4 commit a1537ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-main.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a1537ae

Please sign in to comment.