Skip to content

Commit

Permalink
chore: installing libvips-dev on build
Browse files Browse the repository at this point in the history
  • Loading branch information
dafuga committed Aug 14, 2024
1 parent d980c75 commit 4c6550a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install libvips
run: |
sudo apt-get update
sudo apt-get install -y libvips-dev
- run: yarn --immutable --immutable-cache
- run: yarn build
- name: Cache snap build
Expand Down

0 comments on commit 4c6550a

Please sign in to comment.