Skip to content

Commit

Permalink
ci: install libvips42
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Sep 17, 2024
1 parent 818e1f3 commit b67eaa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Install required OS packages
run: |
sudo apt-get -y update
sudo apt-get -y install libpq-dev google-chrome-stable ffmpeg
sudo apt-get -y install libpq-dev google-chrome-stable ffmpeg libvips42
- name: Install NodeJS
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
- name: Install required OS packages
run: |
sudo apt-get -y update
sudo apt-get -y install libpq-dev google-chrome-stable ffmpeg
sudo apt-get -y install libpq-dev google-chrome-stable ffmpeg libvips42
- name: Install NodeJS
uses: actions/setup-node@v3
Expand Down

0 comments on commit b67eaa2

Please sign in to comment.