mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-28 21:42:26 +00:00
Linux build doesn't like the way we hash this
This commit is contained in:
parent
a8db057440
commit
84a90cef23
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
submodules/vcpkg/packages
|
||||
submodules/vcpkg/vcpkg.exe
|
||||
submodules/vcpkg/vcpkg
|
||||
key: ${{ runner.os }}-vcpkg-${{ hashFiles('vcpkg.json', 'submodules/vcpkg/.git/HEAD') }}
|
||||
key: ${{ runner.os }}-vcpkg-${{ hashFiles('vcpkg.json') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-vcpkg-
|
||||
|
||||
@ -85,7 +85,7 @@ jobs:
|
||||
submodules/vcpkg/packages
|
||||
submodules/vcpkg/vcpkg.exe
|
||||
submodules/vcpkg/vcpkg
|
||||
key: ${{ runner.os }}-vcpkg-${{ hashFiles('vcpkg.json', 'submodules/vcpkg/.git/HEAD') }}
|
||||
key: ${{ runner.os }}-vcpkg-${{ hashFiles('vcpkg.json') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-vcpkg-
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user