Skip to content

Commit 34d400f

Browse files
committed
Further appveyor fix for x64 environ
1 parent 3023430 commit 34d400f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ environment:
1111
CONFIG: Release
1212

1313
build_script:
14-
- vcpkg install catch2
14+
- vcpkg install catch2:x86-windows
15+
- vcpkg install catch2:x64-windows
1516
- ps: cd test
1617
- cmake -DCMAKE_TOOLCHAIN_FILE=c:/tools/vcpkg/scripts/buildsystems/vcpkg.cmake "-G%GENERATOR%" -H. -B_builds -DENABLE_TESTING=1
1718
- cmake --build _builds --config "%CONFIG%"

0 commit comments

Comments
 (0)