Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Fix conan install #235

Merged
merged 6 commits into from
Mar 20, 2025
Merged

CI: Fix conan install #235

merged 6 commits into from
Mar 20, 2025

Conversation

joergbrech
Copy link
Contributor

@joergbrech joergbrech commented Mar 20, 2025

Fixes #232

Following issues are fixed:

  • pip failed to install conan on github hosted runner for some reason. Resolved by installing with pip3 install --user and immediatly sourcing ~/.profile.
  • conan recipe has a libxml2 version conflict due to a downstream dependency. Fixed by bumping libxslt.
  • Download from sourceforge failed in CI from Powershell

@joergbrech joergbrech marked this pull request as draft March 20, 2025 09:25
@joergbrech joergbrech marked this pull request as ready for review March 20, 2025 21:57
@joergbrech joergbrech merged commit 304e43d into master Mar 20, 2025
34 checks passed
@joergbrech joergbrech deleted the joergbrech-patch-1 branch March 20, 2025 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix CI
1 participant