Skip to content

Commit d0e6c4c

Browse files
authored
Add ImageMagick to post-commit runner (#544)
1 parent 23651e8 commit d0e6c4c

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)