From 65819026b1b9d5759721b69bc2f2ac59092b183b Mon Sep 17 00:00:00 2001 From: Geoffrey Bonneville Date: Sat, 20 Jan 2024 14:33:00 +0100 Subject: [PATCH] Use vcpkg tag instead of commit hash Co-authored-by: Mike Gelfand --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 34122d4e6..e3f11b3b7 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -825,7 +825,7 @@ jobs: - name: Setup vcpkg uses: lukka/run-vcpkg@v11 with: - vcpkgGitCommitId: c8696863d371ab7f46e213d8f5ca923c4aef2a00 + vcpkgGitCommitId: 2024.01.12 - name: Build Transmission working-directory: ./android