Skip to content

Commit

Permalink
package and workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Nov 12, 2023
1 parent d398003 commit 9e8d8ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/libtiff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:


jobs:
imager-file-heif:
imager-file-tiff:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
Expand All @@ -23,7 +23,7 @@ jobs:
- name: install dependencies
run: |
sudo apt-get update ||:
sudo apt-get -y install build-essential automake autoconf libtool m4 git yasm pkgconf libjpeg8-turbo-dev
sudo apt-get -y install build-essential automake autoconf libtool m4 git yasm pkgconf libjpeg-turbo8-dev
wget https://download.osgeo.org/libtiff/tiff-${{ matrix.LIBTIFF_RELEASE }}.tar.gz
ls
tar xzf tiff-${{ matrix.LIBTIFF_RELEASE }}.tar.gz
Expand Down

0 comments on commit 9e8d8ba

Please sign in to comment.