Skip to content

Commit

Permalink
[Fix] Imagemagick install (#333)
Browse files Browse the repository at this point in the history
fix: imagemagick install
  • Loading branch information
sreblock authored Jan 20, 2023
1 parent 3b58d4b commit 36c94b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:

- name: Install ImageMagick (needed for convert)
run: |
apt install -y imagemagick
apt update && apt install -y imagemagick --fix-missing
- name: Cut the screenshot
run: |
Expand Down

0 comments on commit 36c94b9

Please sign in to comment.