CI 'regular': fix static builds when doing perf checks
This commit is contained in:
parent
29818b8e92
commit
af8ed50ae7
|
@ -13,7 +13,7 @@ jobs:
|
||||||
- name: Install Requirements
|
- name: Install Requirements
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
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
|
- name: Build and run tests
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue