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

github actions: fix installation after move to ubuntu 24.04 #69

Merged
merged 1 commit into from
Dec 22, 2024

Conversation

anisse
Copy link
Contributor

@anisse anisse commented Dec 20, 2024

The default github action image moved from ubuntu 22.04 to 24.04, and its list of installed packages is not the same. Make sure we have libcairo-dev for pycairo, a dependency of matplotlib used by hwgraph.

@anisse anisse marked this pull request as draft December 20, 2024 13:53
@anisse anisse force-pushed the fix-ubuntu24-cairo branch from 1321621 to 1d27d57 Compare December 20, 2024 13:54
The default github action image moved from ubuntu 22.04 to 24.04, and
its list of installed packages is not the same. Make sure we have
libcairo-dev for pycairo, a dependency of matplotlib used by hwgraph.
@anisse anisse force-pushed the fix-ubuntu24-cairo branch from 1d27d57 to d6064b3 Compare December 20, 2024 13:56
@anisse anisse marked this pull request as ready for review December 20, 2024 13:58
@anisse
Copy link
Contributor Author

anisse commented Dec 20, 2024

This should help with the build issues seen in #68 .

@anisse anisse requested a review from vminet December 20, 2024 13:58
@anisse anisse mentioned this pull request Dec 20, 2024
@anisse anisse merged commit 6b3e9d2 into main Dec 22, 2024
4 checks passed
@anisse anisse deleted the fix-ubuntu24-cairo branch January 6, 2025 17:04
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.

2 participants