Skip to content

Commit

Permalink
Fix: Install imagemagick for modifyradio job
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Dec 18, 2024
1 parent af9230d commit 2a71b6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/webradioFromIssue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install dependencies
run: sudo apt-get install -y --no-install-recommends imagemagick

- uses: stefanbuck/github-issue-parser@v3
id: issue-parser
with:
Expand Down

0 comments on commit 2a71b6a

Please sign in to comment.