From 9bb9575c6d4f0d97976e68be05a9fcca3b2ae2c7 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Fri, 31 Oct 2025 12:31:07 +0500 Subject: [PATCH] ci: update freebsd dependencies package list --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 061536e8..505ce18a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -4,7 +4,7 @@ task: image_family: freebsd-14-2 setup_script: - pkg update - - pkg install -y pkgconf git sdl2 python fontconfig libvorbis opusfile bzip2 libbacktrace + - pkg install -y pkgconf git sdl2 python freetype2 libvorbis opusfile bzip2 libbacktrace libogg libvorbis - git submodule update --init --recursive test_script: - ./scripts/cirrus/build_freebsd.sh @@ -15,7 +15,7 @@ task: image_family: freebsd-15-0-snap setup_script: - pkg update - - pkg install -y pkgconf git sdl2 python fontconfig libvorbis opusfile bzip2 libbacktrace + - pkg install -y pkgconf git sdl2 python freetype2 libvorbis opusfile bzip2 libbacktrace libogg libvorbis - git submodule update --init --recursive test_script: - ./scripts/cirrus/build_freebsd.sh