We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dea342 commit 3606f87Copy full SHA for 3606f87
.github/workflows/build.yml
@@ -36,6 +36,12 @@ jobs:
36
- name: Restore NuGet packages
37
run: msbuild -t:restore -p:RestorePackagesConfig=true
38
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
45
- name: Build solution
46
run: msbuild WinUHid.sln /p:Configuration=${{ matrix.configuration }} /p:Platform=${{ matrix.platform }} /m /verbosity:minimal
47
0 commit comments