diff options
author | Zéro~Informatique | 2022-07-26 08:44:34 +0200 |
---|---|---|
committer | pacien | 2022-09-03 01:26:42 +0200 |
commit | 88aa098c07e067f9f737fbeba1f52a9bd5042e53 (patch) | |
tree | d723354bc2598ba2b7ca0800983d31eff19d7e7a /.github/workflows | |
parent | dd9c9804e9e3da9880c711f53edb9c4a19d782f8 (diff) | |
download | ldgallery-88aa098c07e067f9f737fbeba1f52a9bd5042e53.tar.gz |
ci: update imagemagick download url
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9dfda53..f5ca509 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -123,7 +123,7 @@ jobs: | |||
123 | pandoc --standalone --to html license.md --output dist/license.html | 123 | pandoc --standalone --to html license.md --output dist/license.html |
124 | - name: Bundle ImageMagick | 124 | - name: Bundle ImageMagick |
125 | run: | | 125 | run: | |
126 | MAGICK_ARCHIVES="https://download.imagemagick.org/ImageMagick/download/binaries/" | 126 | MAGICK_ARCHIVES="https://imagemagick.org/archive/binaries/" |
127 | MAGICK_LATEST=$( \ | 127 | MAGICK_LATEST=$( \ |
128 | curl --silent "$MAGICK_ARCHIVES" \ | 128 | curl --silent "$MAGICK_ARCHIVES" \ |
129 | | hxclean \ | 129 | | hxclean \ |