From 1018aea3951bb66d73f7375158c16b47dab85e2c Mon Sep 17 00:00:00 2001 From: Nik Date: Sun, 1 Mar 2026 09:32:20 +0100 Subject: [PATCH] git: Update vcpkg committish for MSVC builds --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 23984ecca..3550c7691 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -246,7 +246,7 @@ jobs: - name: 📦 Install vcpkg uses: friendlyanon/setup-vcpkg@v1 - with: { committish: ef7dbf94b9198bc58f45951adcf1f041fcbc5ea0 } + with: { committish: 66c0373dc7fca549e5803087b9487edfe3aca0a1 } - name: ⬇️ Install dependencies run: | @@ -1325,4 +1325,4 @@ jobs: file: dist/web/Host.Dockerfile push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }}