Skip to content

Commit

Permalink
Dev/workflow build fix png and tiff (#1071)
Browse files Browse the repository at this point in the history
* installing png on github workflow actions for the build fail on github due to latest ubuntu

* installing tiff on github workflow
  • Loading branch information
thattil authored Jan 13, 2025
1 parent ec3d3e3 commit ed6686d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libhdf5-dev qtbase5-dev qt5-qmake libqt5svg5-dev
packages: libhdf5-dev qtbase5-dev qt5-qmake libqt5svg5-dev libpng-dev libtiff-dev
version: 1.0

- name: Configure CMake
Expand Down

0 comments on commit ed6686d

Please sign in to comment.