We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d0d5d9 commit 3444cf9Copy full SHA for 3444cf9
1 file changed
.gitlab-ci.yml
@@ -27,8 +27,8 @@ validate_feeds:
27
stage: validate
28
image: oven/bun:1.3-debian
29
before_script:
30
- # Install xmllint for XML validation
31
- - apt-get update && apt-get install -y libxml2-utils jq
+ # Install xmllint for XML validation and libvips for sharp (image processing)
+ - apt-get update && apt-get install -y libxml2-utils jq libvips-dev
32
- bun install --frozen-lockfile
33
script:
34
- bash .ci/validate-feeds.sh
0 commit comments