Dev/workflow build fix png and tiff (#1071)

* installing png on github workflow actions for the build fail on github due to latest ubuntu

* installing tiff on github workflow
This commit is contained in:
maliakal_d 2025-01-13 16:07:34 +01:00 committed by GitHub
parent ec3d3e38a6
commit ed6686d4a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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