aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorpacien2021-06-28 23:08:23 +0200
committerpacien2021-06-28 23:08:23 +0200
commit4892a176f86051174effc55dde275387a549c824 (patch)
tree262c63deec31d66e47f76b5bd8b674cc1b2b2634 /.github
parent262889d771480b8df677bd0ce4b73d92a786f93c (diff)
downloadldgallery-4892a176f86051174effc55dde275387a549c824.tar.gz
ci: enable HDRI for bundled imagemagick
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 0b14231..55cd0a8 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -125,7 +125,7 @@ jobs:
125 curl --silent "$MAGICK_ARCHIVES" \ 125 curl --silent "$MAGICK_ARCHIVES" \
126 | hxclean \ 126 | hxclean \
127 | hxselect 'a::attr(href)' -c -s '\n' \ 127 | hxselect 'a::attr(href)' -c -s '\n' \
128 | grep -m1 '^ImageMagick-7.*portable-Q16-x64.zip$' ) 128 | grep -m1 '^ImageMagick-7.*portable-Q16-HDRI-x64.zip$' )
129 mkdir -p ~/downloads 129 mkdir -p ~/downloads
130 wget --timestamping --directory-prefix ~/downloads "$MAGICK_ARCHIVES/$MAGICK_LATEST" 130 wget --timestamping --directory-prefix ~/downloads "$MAGICK_ARCHIVES/$MAGICK_LATEST"
131 7z e ~/downloads/"$MAGICK_LATEST" -odist/ magick.exe 131 7z e ~/downloads/"$MAGICK_LATEST" -odist/ magick.exe