From 84a90cef2310f5cc45505db4d48b756d7cac7049 Mon Sep 17 00:00:00 2001 From: KimLS Date: Mon, 27 Apr 2026 22:22:54 -0700 Subject: [PATCH] Linux build doesn't like the way we hash this --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d68ba4a6d..d380349e5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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-