CI 'regular': fix static builds when doing perf checks

This commit is contained in:
Even Rouault 2021-09-15 13:40:50 +02:00
parent 29818b8e92
commit af8ed50ae7
No known key found for this signature in database
GPG Key ID: 33EBBFC47B3DD87D
1 changed files with 1 additions and 1 deletions

View 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: |