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 a43c363 commit 2f4083c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 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 Expand Up @@ -196,6 +206,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 @@ -356,6 +371,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 @@ -434,6 +454,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 2f4083c

Please sign in to comment.