Skip to content

Commit 3606f87

Browse files
committed
Setup vcpkg in CI
1 parent 1dea342 commit 3606f87

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ jobs:
3636
- name: Restore NuGet packages
3737
run: msbuild -t:restore -p:RestorePackagesConfig=true
3838

39+
- name: Setup vcpkg
40+
uses: lukka/run-vcpkg@v11
41+
42+
- name: Install vcpkg MSBuild integration
43+
run: ${{ github.workspace }}/vcpkg/vcpkg.exe integrate install
44+
3945
- name: Build solution
4046
run: msbuild WinUHid.sln /p:Configuration=${{ matrix.configuration }} /p:Platform=${{ matrix.platform }} /m /verbosity:minimal
4147

0 commit comments

Comments
 (0)