Change paths to try to get this working
Some checks are pending
Build / Linux (push) Waiting to run
Build / Windows (push) Waiting to run

This commit is contained in:
KimLS 2026-04-28 00:04:40 -07:00
parent 9647a5b82c
commit f72bbab0e9

View File

@ -30,14 +30,11 @@ jobs:
uses: actions/cache@v5
with:
path: |
submodules/vcpkg/buildtrees
vcpkg_installed
submodules/vcpkg/downloads
submodules/vcpkg/installed
submodules/vcpkg/packages
submodules/vcpkg/vcpkg.exe
submodules/vcpkg/vcpkg
key: ${{ runner.os }}-vcpkg-${{ hashFiles('vcpkg.json') }}
restore-keys: |
${{ runner.os }}-vcpkg-${{ hashFiles('vcpkg.json') }}-
${{ runner.os }}-vcpkg-
- name: Configure
@ -80,14 +77,11 @@ jobs:
uses: actions/cache@v5
with:
path: |
submodules/vcpkg/buildtrees
vcpkg_installed
submodules/vcpkg/downloads
submodules/vcpkg/installed
submodules/vcpkg/packages
submodules/vcpkg/vcpkg.exe
submodules/vcpkg/vcpkg
key: ${{ runner.os }}-vcpkg-${{ hashFiles('vcpkg.json') }}
restore-keys: |
${{ runner.os }}-vcpkg-${{ hashFiles('vcpkg.json') }}-
${{ runner.os }}-vcpkg-
- name: Configure