Skip to content

Commit

Permalink
CI: Install ImageMagick also globally on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed Jan 19, 2025
1 parent 325b8e3 commit 71a5a11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,12 @@ jobs:
libxrandr-dev
libxxf86vm-dev

- name: Download bundable ImageMagick AppImage
- name: Download bundable ImageMagick AppImage and install globally
run:
curl -L -O
https://imagemagick.org/archive/binaries/magick &&
chmod +x ./magick
cp ./magick /usr/local/bin/magick

- name: Build Perspec CLI tool
run: make perspec
Expand Down

0 comments on commit 71a5a11

Please sign in to comment.