Skip to content

Commit

Permalink
install libvips on Github pipeline env
Browse files Browse the repository at this point in the history
  • Loading branch information
abdellani committed Dec 22, 2023
1 parent 2484728 commit 100b28c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ jobs:
with:
node-version-file: .node-version

- name: Install libvips
run: |
sudo apt-get update
sudo apt-get install -y libvips
- name: Install JS dependencies
run: yarn install --frozen-lockfile

Expand Down Expand Up @@ -127,6 +132,11 @@ jobs:
with:
node-version-file: .node-version

- name: Install libvips
run: |
sudo apt-get update
sudo apt-get install -y libvips
- name: Install JS dependencies
run: yarn install --frozen-lockfile

Expand Down

0 comments on commit 100b28c

Please sign in to comment.