Skip to content

Commit

Permalink
Install libvips during ci run
Browse files Browse the repository at this point in the history
  • Loading branch information
elohanlon committed Sep 8, 2024
1 parent 2c7c892 commit de5e23e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- run: sudo apt-get update
- name: (Conditional) Install default apt-provided version of libvips
run: sudo apt-get install -y libvips42
- name: Add --no-document option to .gemrc file to speed up bundle install
run: "echo 'gem: --no-document' > ~/.gemrc"
- name: Set up Ruby
Expand Down

0 comments on commit de5e23e

Please sign in to comment.