From d5ed5dc788fabcdb80f4054b619b1fb381278aea Mon Sep 17 00:00:00 2001 From: Bernhard Manfred Gruber Date: Mon, 14 Nov 2022 18:02:08 +0100 Subject: [PATCH] Build only boost-iostreams core for CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a5b46fffcd..1ef4bbe5a6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ concurrency: env: THREADS: 4 CONFIG: RelWithDebInfo - VCPKG_INSTALL: "vcpkg install alpaka fmt tinyobjloader boost-mp11 boost-atomic boost-smart-ptr boost-functional boost-container boost-iostreams catch2; until vcpkg install --head xsimd; do echo 'Retrying'; done" + VCPKG_INSTALL: "vcpkg install alpaka fmt tinyobjloader boost-mp11 boost-atomic boost-smart-ptr boost-functional boost-container boost-iostreams[core] catch2; until vcpkg install --head xsimd; do echo 'Retrying'; done" jobs: clang-format: