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