Skip to content

Commit

Permalink
Install libfuse2 required by imagemagick
Browse files Browse the repository at this point in the history
  • Loading branch information
datagutten committed Jul 6, 2024
1 parent 0e76d7a commit f1a958e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
- name: Install imagemagick
run: |
add-apt-repository universe
apt install libfuse2
deployment/imagemagick.sh
echo "$PWD/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit f1a958e

Please sign in to comment.