Skip to content

Commit

Permalink
Build only boost-iostreams core for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Nov 14, 2022
1 parent 78331ce commit d5ed5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d5ed5dc

Please sign in to comment.