Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
swap to new version of imagemagick (using IMEI)
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell committed Sep 15, 2022
1 parent a029e5f commit 7d5d543
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Setup ImageMagick
run: |
sudo apt remove imagemagick
git clone https://github.com/SoftCreatR/imei
cd imei
chmod +x imei.sh
sudo ./imei.sh
identify -version
- name: Process Assets
run: ./process-assets.sh

Expand Down

0 comments on commit 7d5d543

Please sign in to comment.