Skip to content

Commit

Permalink
installing tiff on github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thattil committed Jan 13, 2025
1 parent b15a21d commit 6307734
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
- uses: actions/checkout@v3
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libhdf5-dev qtbase5-dev qt5-qmake libqt5svg5-dev libpng-dev
packages: libhdf5-dev qtbase5-dev qt5-qmake libqt5svg5-dev libpng-dev libtiff-dev
version: 1.0

- name: Install additional dependencies
run: sudo apt-get update && sudo apt-get install -y libpng-dev
run: sudo apt-get update && sudo apt-get install -y libpng-dev libtiff-dev

- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
Expand Down

0 comments on commit 6307734

Please sign in to comment.