From 531a901431a5a36bc3f511bf6da2c8d9a2251d07 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Sat, 31 Jul 2021 11:21:47 +0200 Subject: [PATCH] remove vcpkg commit id there's no need for it and it makes runs fail if not updated --- .github/workflows/cmake-windows.yml | 3 +-- .github/workflows/release-build.yml | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cmake-windows.yml b/.github/workflows/cmake-windows.yml index 01a41f2..9f97785 100644 --- a/.github/workflows/cmake-windows.yml +++ b/.github/workflows/cmake-windows.yml @@ -20,7 +20,7 @@ jobs: with: vcpkgArguments: 'lua zlib rapidjson boost-beast boost-asio openssl websocketpp' vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg' - vcpkgGitCommitId: '8dddc6c899ce6fdbeab38b525a31e7f23cb2d5bb' + vcpkgTriplet: 'x64-windows-static' - name: Create Build Environment @@ -42,4 +42,3 @@ jobs: name: BeamMP-Server.exe path: ${{github.workspace}}/build-windows/Release/BeamMP-Server.exe - diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 659c9c5..3999234 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -86,7 +86,6 @@ jobs: with: vcpkgArguments: 'lua zlib rapidjson boost-beast boost-asio openssl websocketpp' vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg' - vcpkgGitCommitId: '75522bb1f2e7d863078bcd06322348f053a9e33f' vcpkgTriplet: 'x64-windows-static' - name: Create Build Environment