Update msbuild.yml

This commit is contained in:
Pax1601 2023-12-13 17:02:09 +01:00 committed by GitHub
parent 59b89dc638
commit 8c4996f466
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}}