Skip to content

Commit 926c5e7

Browse files
author
Lukasz Laniewski-Wollk
committed
Trying to integrate vcpkg with MSBuild
1 parent cac1633 commit 926c5e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- name: Build with MSBuild
2222
shell: pwsh
2323
run: |
24+
.\vcpkg\vcpkg integrate install
2425
& "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\MSBuild.exe" sdl2.vcxproj /p:Configuration=Release /p:Platform=x64
2526
2627
windows-cmake:

0 commit comments

Comments
 (0)