Skip to content

Commit

Permalink
ci: install libpng16-dev package in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
onyb committed Jan 10, 2025
1 parent 8860796 commit c2d782e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: sudo apt-get update -y
- run: sudo apt-get install -y librsvg2-bin libimagequant-dev pkg-config
- run: sudo apt-get install -y librsvg2-bin libimagequant-dev pkg-config libpng16-dev
- run: npm install -g yarn
- run: yarn --version
- run: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: sudo apt-get update -y
- run: sudo apt-get install -y librsvg2-bin libimagequant-dev pkg-config
- run: sudo apt-get install -y librsvg2-bin libimagequant-dev pkg-config libpng16-dev
- run: npm install -g yarn
- run: yarn --version
- run: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-coingecko-universe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- run: sudo apt-get update -y
- run: npm install -g yarn
- run: sudo apt-get install -y librsvg2-bin libimagequant-dev pkg-config
- run: sudo apt-get install -y librsvg2-bin libimagequant-dev pkg-config libpng16-dev
- run: yarn --version
- run: yarn
- run: yarn generate-coingecko-universe
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: sudo apt-get update -y
- run: sudo apt-get install -y librsvg2-bin libimagequant-dev pkg-config
- run: sudo apt-get install -y librsvg2-bin libimagequant-dev pkg-config libpng16-dev
- run: npm install -g yarn
- run: yarn --version
- run: yarn
Expand Down

0 comments on commit c2d782e

Please sign in to comment.