Main: fix Cirrus CI

This commit is contained in:
Alex Kotov 2022-05-24 16:12:46 +03:00
parent 5f29b2c9cd
commit 5ca1706b97
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ freebsd_instance:
main_freebsd_task:
name: Main (FreeBSD)
dependencies_script:
- pkg install --yes autoconf automake py38-pip
- pip-3.8 install Jinja2
- pkg install --yes autoconf automake py39-pip
- pip-3.9 install Jinja2
main_build_script:
- ./autogen.sh
- ./configure --enable-tests-all CFLAGS='-O3'