Skip to content

Commit

Permalink
chore: install libpng-dev as prereq (#1379)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenrikoverland authored Jan 13, 2025
1 parent e974e86 commit 2335d72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dhis2-verify-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
path: '**/node_modules'
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

- name: Install dependencies for pngquant
run: sudo apt-get update && sudo apt-get install -y libpng-dev

- name: Install
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 2335d72

Please sign in to comment.