Skip to content

Commit

Permalink
CI: Install libpng on Linux for mrconvert tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lestropie committed Dec 27, 2024
1 parent f062cd9 commit abe2a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: install dependencies
run: |
sudo apt-get update
sudo apt-get install clang libqt5opengl5-dev libqt5svg5-dev libglvnd-dev libeigen3-dev zlib1g-dev libfftw3-dev
sudo apt-get install clang libqt5opengl5-dev libqt5svg5-dev libglvnd-dev libeigen3-dev zlib1g-dev libfftw3-dev libpng-dev
- name: configure
run: ./configure -assert || { cat configure.log; false; }
Expand Down

0 comments on commit abe2a43

Please sign in to comment.