From ca52d233c0693be01947e3d70f91789d6504e162 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Thu, 28 Apr 2022 14:34:05 +0200 Subject: [PATCH] Use another git commit id for vcpkg this should really be done properly, yikes --- .github/workflows/cmake-windows.yml | 2 +- .github/workflows/release-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-windows.yml b/.github/workflows/cmake-windows.yml index fc9b1c7..b882766 100644 --- a/.github/workflows/cmake-windows.yml +++ b/.github/workflows/cmake-windows.yml @@ -20,7 +20,7 @@ jobs: with: vcpkgArguments: 'lua zlib rapidjson openssl websocketpp curl' vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg' - vcpkgGitCommitId: 'master' + vcpkgGitCommitId: 'a106de33bbee694e3be6243718aa2a549a692832' vcpkgTriplet: 'x64-windows-static' - name: Create Build Environment diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 5c39160..2f8e3f3 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -85,7 +85,7 @@ jobs: with: vcpkgArguments: 'lua zlib rapidjson openssl websocketpp curl' vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg' - vcpkgGitCommitId: 'master' + vcpkgGitCommitId: 'a106de33bbee694e3be6243718aa2a549a692832' vcpkgTriplet: 'x64-windows-static' - name: Create Build Environment