From 9e8d8ba2745709aca0ab2dc1c769156a582f296d Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Sun, 12 Nov 2023 21:33:06 +1100 Subject: [PATCH] package and workflow name --- .github/workflows/libtiff.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/libtiff.yml b/.github/workflows/libtiff.yml index ef7c3d62..63317352 100644 --- a/.github/workflows/libtiff.yml +++ b/.github/workflows/libtiff.yml @@ -10,7 +10,7 @@ on: jobs: - imager-file-heif: + imager-file-tiff: runs-on: ubuntu-latest timeout-minutes: 10 strategy: @@ -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