diff options
author | pacien | 2022-09-03 01:34:26 +0200 |
---|---|---|
committer | pacien | 2022-09-03 01:34:26 +0200 |
commit | a8452594c6571e8003baa2aca14747eeeee08152 (patch) | |
tree | a894d99c22a601197869c7a6928d40bb4ae2c392 /.github/workflows | |
parent | dd9c9804e9e3da9880c711f53edb9c4a19d782f8 (diff) | |
parent | 00510820a2794efcadbc83f7f8b54318fe198ecb (diff) | |
download | ldgallery-a8452594c6571e8003baa2aca14747eeeee08152.tar.gz |
Merge branch 'vue3-refactoring-staging' into develop
Reviewed-by: pacien <pacien.trangirard@pacien.net>
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 \ |