Linux build doesn't like the way we hash this

This commit is contained in:
KimLS 2026-04-27 22:22:54 -07:00
parent a8db057440
commit 84a90cef23

View File

@ -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-