Skip to content

Commit

Permalink
Bump GitHub Actions libvips to 8.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Mar 15, 2024
1 parent cff1b06 commit 5fb8b9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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}
tag_version=$version${pre_version:+-$pre_version}a
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
# - os: ubuntu-22.04
# libvips-version: master
- os: ubuntu-22.04
libvips-version: 8.15.1
libvips-version: 8.15.2
coverage: true
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5fb8b9d

Please sign in to comment.