Skip to content

Commit

Permalink
Install libvips-dev in GitHub actions
Browse files Browse the repository at this point in the history
REDMINE-20473
  • Loading branch information
tf committed Oct 25, 2023
1 parent 3886456 commit 4964f7d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reusable-workflow-rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ jobs:

# Dependencies

- name: Install libvips package for image processing
run: |
sudo apt-get install libvips-dev
- name: Bundle install
run: |
bundle config path vendor/bundle
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ jobs:

# Dependencies

- name: Install libvips package for image processing
run: |
sudo apt-get install libvips-dev
- name: Bundle install
run: |
bundle config path vendor/bundle
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ jobs:

# Dependencies

- name: Install libvips package for image processing
run: |
sudo apt-get install libvips-dev
- name: Install audiowaveform package
if: ${{ matrix.install-audiowaveform == true}}
run: |
Expand Down

0 comments on commit 4964f7d

Please sign in to comment.