Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8818f8e

Browse files
committedJan 17, 2025·
Add ImageMagick to post-commit runner
1 parent 17d05fb commit 8818f8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/post_weekly_release.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ jobs:
7171
with:
7272
submodules: 'true'
7373

74+
- name: Install ImageMagick
75+
run: sudo apt install imagemagick
76+
7477
- name: Build release
7578
run: |
7679
export CXX=clang++

0 commit comments

Comments
 (0)
Please sign in to comment.