Skip to content

Commit 8f66b20

Browse files
committed
Add vcpkg integrate and debug include folder output
1 parent 0467c33 commit 8f66b20

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ jobs:
3939
shell: cmd
4040
run: generate_project.bat
4141

42+
- name: Integrate vcpkg with MSBuild
43+
shell: cmd
44+
run: vcpkg integrate install
45+
46+
- name: Debug vcpkg include folders
47+
shell: cmd
48+
run: dir /s /b vcpkg_installed\x64-windows\x64-windows\include\ 2>nul || echo "vcpkg_installed not found"
49+
4250
- name: Add msbuild to PATH
4351
uses: microsoft/setup-msbuild@v2
4452

0 commit comments

Comments
 (0)