mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-28 17:32:26 +00:00
Change paths to try to get this working
This commit is contained in:
parent
9647a5b82c
commit
f72bbab0e9
14
.github/workflows/build.yaml
vendored
14
.github/workflows/build.yaml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user