From 8c4996f466292780ad3cbc2492fe4bce758cc8fc Mon Sep 17 00:00:00 2001 From: Pax1601 Date: Wed, 13 Dec 2023 17:02:09 +0100 Subject: [PATCH] Update msbuild.yml --- .github/workflows/msbuild.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index c60f5b48..11d1f423 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -33,10 +33,10 @@ jobs: - name: Add MSBuild to PATH uses: microsoft/setup-msbuild@v1.0.2 - - name: run-vcpkg - uses: lukka/run-vcpkg@v11 - with: - vcpkgGitCommitId: ff6867374598312866fecfc64736a334591ceace + - name: Install packages and dependencies + run: | + bootstrap-vcpkg + vcpkg integrate install - name: Build working-directory: ${{env.GITHUB_WORKSPACE}}