Skip to content

Commit

Permalink
Add ImageMagick to post-commit runner (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
solidpixel authored Jan 17, 2025
1 parent 23651e8 commit d0e6c4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/post_weekly_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
with:
submodules: 'true'

- name: Install ImageMagick
run: sudo apt install imagemagick

- name: Build release
run: |
export CXX=clang++
Expand Down

0 comments on commit d0e6c4c

Please sign in to comment.