Skip to content

Commit ca32871

Browse files
committed
[.github/workflows/github-actions.yml] Enable manifest mode; debug cache miss
1 parent f017544 commit ca32871

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
- name: Install dependencies with vcpkg
7272
run: |
7373
cd "%GITHUB_WORKSPACE%\vcpkg"
74+
dir /S /AD
7475
IF NOT EXIST "buildtrees\libarchive" (
7576
.\vcpkg --version
7677
.\vcpkg install --triplet "%RUNNER_ARCH%-%RUNNER_OS%"
@@ -82,7 +83,7 @@ jobs:
8283
set vcpkg="%cd%\vcpkg"
8384
md "cmake-build-debug"
8485
cd "cmake-build-debug"
85-
cmake -DCMAKE_TOOLCHAIN_FILE="%vcpkg%\scripts\buildsystems\vcpkg.cmake" -DVCPKG_MANIFEST_MODE="OFF" ..
86+
cmake -DCMAKE_TOOLCHAIN_FILE="%vcpkg%\scripts\buildsystems\vcpkg.cmake" ..
8687
cmake --build .
8788
shell: cmd
8889
- name: test

0 commit comments

Comments
 (0)