Skip to content

Commit

Permalink
Update build-macos-release.yaml to ImageMagick stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Faster3ck authored Apr 15, 2024
1 parent ecf19a8 commit eac9c7d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build-macos-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,10 @@ jobs:
echo "Version: $VERSION"
echo "Build Number: $BUILD"
- name: Checkout ImageMagick
uses: actions/checkout@v4
with:
path: ImageMagick
repository: ImageMagick/ImageMagick
- name: Download ImageMagick
run: |
wget https://imagemagick.org/archive/ImageMagick.tar.gz
tar -xzvf ImageMagick.tar.gz
- name: Build ImageMagick
run: |
Expand Down

0 comments on commit eac9c7d

Please sign in to comment.