Update msbuild.yml

This commit is contained in:
Pax1601 2023-12-13 16:45:43 +01:00 committed by GitHub
parent 5391b567b9
commit d8893e21a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,9 @@ jobs:
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.0.2
- name: run-vcpkg
uses: lukka/run-vcpkg@v11.3
- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}
# Add additional options to the MSBuild command line here (like platform or verbosity level).