Skip to content

Commit

Permalink
CI: remove libvips' release label suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Mar 23, 2024
1 parent d22f5bb commit caa4e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/install-vips.sh
Expand Up @@ -3,7 +3,7 @@
# Define variables
version=$VIPS_VERSION
pre_version=$VIPS_PRE_VERSION
tag_version=$version${pre_version:+-$pre_version}a
tag_version=$version${pre_version:+-$pre_version}
vips_tarball=https://github.com/libvips/libvips/releases/download/v$tag_version/vips-$version.tar.xz

# Exit immediately if a command exits with a non-zero status
Expand Down

0 comments on commit caa4e8e

Please sign in to comment.