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

Install libgdiplus on ubuntu #2875

Merged
merged 2 commits into from
Jan 30, 2025

Conversation

stefannikolei
Copy link
Contributor

No description provided.

@stefannikolei
Copy link
Contributor Author

@JimBobSquarePants Its working here

(╯°□°)╯︵ ┻━┻

@@ -73,7 +73,7 @@ jobs:

steps:
- name: Install libgdi+, which is required for tests running on ubuntu
if: ${{ matrix.options.os == 'buildjet-4vcpu-ubuntu-2204-arm' }}
if: ${{ contains(matrix.options.os, 'ubuntu') }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to do the same in code-coverage.yml also.

@JimBobSquarePants
Copy link
Member

@JimBobSquarePants Its working here

(╯°□°)╯︵ ┻━┻

Yeah. I think that's because a version of 8 is already installed. I'm not 100% sure of the problem yet and I may have to raise an issue with https://github.com/actions/runner-images

Copy link
Member

@JimBobSquarePants JimBobSquarePants left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this. 👍

@JimBobSquarePants JimBobSquarePants merged commit 1d096b2 into SixLabors:main Jan 30, 2025
8 checks passed
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