Skip to content

Commit 1e9e7dd

Browse files
committed
Fix vcpkg install for manifest mode
1 parent d95ba51 commit 1e9e7dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
runs-on: windows-2022
1010
steps:
1111
- uses: actions/checkout@v4
12-
- run: vcpkg install detours:x64-windows gtest:x64-windows
12+
- run: vcpkg install
1313
- run: cmake --preset=ci-windows
1414
- run: cmake --build --preset=ci-windows --config Release
1515
- run: ctest --preset=ci-windows -C Release --output-on-failure
16+

0 commit comments

Comments
 (0)