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

explicitly install imagemagick to support ubuntu-latest (>=24.04) in Github actions #2906

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

lijiaqi
Copy link
Contributor

@lijiaqi lijiaqi commented Dec 19, 2024

Install imagemagick within Install and Build 🔧 step of Github actions

Relevant issue:
#2902 convert Command Not Found on Ubuntu 24.04

Reason:
ubuntu-latest in Github actions is pointed to ubuntu-24.04 now, in which imagemagick is no longer pre-installed. See this.

Modified files (actions) recommended by @george-gca

- .github/workflows/deploy.yml
- .github/workflows/broken-links-site.yml
- .github/workflows/axe.yml

Copy link

netlify bot commented Dec 19, 2024

Deploy Preview for relaxed-lollipop-b6bc17 ready!

Name Link
🔨 Latest commit b481f9c
🔍 Latest deploy log https://app.netlify.com/sites/relaxed-lollipop-b6bc17/deploys/67647c8eb87454000804bc77
😎 Deploy Preview https://deploy-preview-2906--relaxed-lollipop-b6bc17.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@george-gca george-gca linked an issue Dec 19, 2024 that may be closed by this pull request
2 tasks
@george-gca george-gca merged commit ec7d7c3 into alshedivat:main Dec 19, 2024
5 checks passed
u10313335 pushed a commit to depositar/lab that referenced this pull request Dec 22, 2024
…Github actions (alshedivat#2906)

Install `imagemagick` within `Install and Build 🔧` step of Github
actions

Relevant issue: 
[alshedivat#2902](alshedivat#2902) `convert`
Command Not Found on Ubuntu 24.04

Reason: 
`ubuntu-latest` in Github actions is pointed to `ubuntu-24.04` now, in
which `imagemagick` is no longer pre-installed. See
[this](actions/runner-images#10772).

Modified files (actions) recommended by @george-gca 
```
- .github/workflows/deploy.yml
- .github/workflows/broken-links-site.yml
- .github/workflows/axe.yml
```
blu-bird pushed a commit to blu-bird/blu-bird.github.io that referenced this pull request Dec 27, 2024
…Github actions (alshedivat#2906)

Install `imagemagick` within `Install and Build 🔧` step of Github
actions

Relevant issue: 
[alshedivat#2902](alshedivat#2902) `convert`
Command Not Found on Ubuntu 24.04

Reason: 
`ubuntu-latest` in Github actions is pointed to `ubuntu-24.04` now, in
which `imagemagick` is no longer pre-installed. See
[this](actions/runner-images#10772).

Modified files (actions) recommended by @george-gca 
```
- .github/workflows/deploy.yml
- .github/workflows/broken-links-site.yml
- .github/workflows/axe.yml
```
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.

convert Command Not Found on Ubuntu 24.04
2 participants