Skip to content

Commit

Permalink
Compile all build dependencies from scratch in windows CI
Browse files Browse the repository at this point in the history
This is to workaround linking issues with catch2, where symbols for
CHECK/REQUIREs comparing std::string_view are missing because a conan
binary built under C++14 is being used instead of one built using C++17.
  • Loading branch information
robomics committed Jan 28, 2024
1 parent b0de756 commit 9218c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Install build dependencies
run: |
conan install . \
--build=missing \
--build="*" \
-pr:h default \
-pr:b default \
-s:h "compiler=${{ matrix.compiler-name }}" \
Expand Down

0 comments on commit 9218c36

Please sign in to comment.