We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f017544 commit ca32871Copy full SHA for ca32871
.github/workflows/github-actions.yml
@@ -71,6 +71,7 @@ jobs:
71
- name: Install dependencies with vcpkg
72
run: |
73
cd "%GITHUB_WORKSPACE%\vcpkg"
74
+ dir /S /AD
75
IF NOT EXIST "buildtrees\libarchive" (
76
.\vcpkg --version
77
.\vcpkg install --triplet "%RUNNER_ARCH%-%RUNNER_OS%"
@@ -82,7 +83,7 @@ jobs:
82
83
set vcpkg="%cd%\vcpkg"
84
md "cmake-build-debug"
85
cd "cmake-build-debug"
- cmake -DCMAKE_TOOLCHAIN_FILE="%vcpkg%\scripts\buildsystems\vcpkg.cmake" -DVCPKG_MANIFEST_MODE="OFF" ..
86
+ cmake -DCMAKE_TOOLCHAIN_FILE="%vcpkg%\scripts\buildsystems\vcpkg.cmake" ..
87
cmake --build .
88
shell: cmd
89
- name: test
0 commit comments