From 5ca1706b97a630258aa43d11c650a0e0ec5d6251 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Tue, 24 May 2022 16:12:46 +0300 Subject: [PATCH] Main: fix Cirrus CI --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 1ade805..f1346dc 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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'