Skip to content

Commit ef5a25c

Browse files
authored
Update msbuild.yml
1 parent 983a85e commit ef5a25c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/msbuild.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343
- name: Add MSBuild to PATH
4444
uses: microsoft/[email protected]
4545

46+
- name: Build
47+
working-directory: ${{ github.workspace }}\vcpkg
48+
run: vcpkg integrate install
49+
4650
- name: Build
4751
working-directory: ${{env.GITHUB_WORKSPACE}}
4852
# Add additional options to the MSBuild command line here (like platform or verbosity level).

0 commit comments

Comments
 (0)