Skip to content

Commit

Permalink
disable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-akya committed Jan 3, 2025
1 parent 45f3288 commit e6e5f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
key: ${{ runner.os }}-vips-${{ env.VIPS_LATEST_RELEASE }}

- name: Compile libvips from source
if: steps.vips-cache.outputs.cache-hit != 'true'
run: |
rm -rf vips/
mkdir vips
curl -s -L "${VIPS_LATEST_RELEASE}" | tar xJ -C ./vips --strip-components=1
cd vips
Expand Down

0 comments on commit e6e5f6b

Please sign in to comment.