CI 'regular': fix static builds when doing perf checks 1380/head
authorEven Rouault <even.rouault@spatialys.com>
Wed, 15 Sep 2021 11:40:50 +0000 (13:40 +0200)
committerEven Rouault <even.rouault@spatialys.com>
Wed, 15 Sep 2021 11:40:50 +0000 (13:40 +0200)
.github/workflows/build.yml

index be2c232519de8088128c4af7ad696a46355327fe..d8d59e404ac2859dc313d44d90b65549a2091207 100644 (file)
@@ -13,7 +13,7 @@ jobs:
       - name: Install Requirements
         run: |
           sudo apt update
-          sudo apt install -y gcc g++
+          sudo apt install -y gcc g++ libtiff-dev libwebp-dev libzstd-dev
 
       - name: Build and run tests
         run: |