Skip to content

Commit 428fc90

Browse files
committed
Fix vcpkg install to use manifest mode
1 parent f848219 commit 428fc90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
- name: Install vcpkg dependencies
3131
shell: cmd
32-
run: vcpkg install --triplet x64-windows
32+
run: vcpkg install --manifest-root . --triplet x64-windows
3333

3434
- name: Setup project
3535
shell: cmd

0 commit comments

Comments
 (0)