aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorZéro~Informatique2022-07-26 08:44:34 +0200
committerpacien2022-09-03 01:26:42 +0200
commit88aa098c07e067f9f737fbeba1f52a9bd5042e53 (patch)
treed723354bc2598ba2b7ca0800983d31eff19d7e7a /.github
parentdd9c9804e9e3da9880c711f53edb9c4a19d782f8 (diff)
downloadldgallery-88aa098c07e067f9f737fbeba1f52a9bd5042e53.tar.gz
ci: update imagemagick download url
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
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 \