Skip to content

Commit

Permalink
DEV: Add png packages to GitHub CI (#11871)
Browse files Browse the repository at this point in the history
  • Loading branch information
xfalcox committed Jan 27, 2021
1 parent f1d5d2b commit afbaede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -65,7 +65,7 @@ jobs:
if: env.BUILD_TYPE != 'LINT'
run: |
sudo apt-get update
sudo apt-get -yqq install postgresql-client libpq-dev jpegoptim optipng jhead
sudo apt-get -yqq install postgresql-client libpq-dev jpegoptim optipng jhead pngcrush pngquant
wget -qO- https://raw.githubusercontent.com/discourse/discourse_docker/master/image/base/install-pngquant | sudo sh
- name: Update imagemagick
Expand Down

0 comments on commit afbaede

Please sign in to comment.