Skip to content

Commit

Permalink
Retry downloading xsimd
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Aug 30, 2022
1 parent 14856d5 commit eb0a305
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 @@ -13,7 +13,7 @@ env:
THREADS: 4
CONFIG: RelWithDebInfo
ALPAKA_BRANCH: 0.9.0
VCPKG_INSTALL: "vcpkg install fmt tinyobjloader boost-mp11 boost-atomic boost-smart-ptr boost-functional boost-container; vcpkg install --head xsimd"
VCPKG_INSTALL: "vcpkg install fmt tinyobjloader boost-mp11 boost-atomic boost-smart-ptr boost-functional boost-container; until vcpkg install --head xsimd; do echo "Retrying"; done"

jobs:
clang-format:
Expand Down

0 comments on commit eb0a305

Please sign in to comment.