mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-02 19:30:25 +00:00
Linux build doesn't like the way we hash this
This commit is contained in:
@@ -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-
|
||||
|
||||
|
||||
Reference in New Issue
Block a user