From c43feb1683e5a9b612fc66b15c692090c292b301 Mon Sep 17 00:00:00 2001 From: past-due <30942300+past-due@users.noreply.github.com> Date: Fri, 27 Mar 2020 14:09:02 -0400 Subject: [PATCH] [Cirrus CI] Tweak FreeBSD install_script --- .cirrus.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index d65c426e8e1..00f4ea29808 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -12,7 +12,10 @@ freebsd_build_task: # cpu: 4 # memory: 8G - install_script: pkg install -y git cmake ninja p7zip gettext qt5-core qt5-qmake qt5-buildtools qt5-widgets qt5-script png sdl2 openal-soft physfs libvorbis libtheora glew freetype2 harfbuzz rubygem-asciidoctor + install_script: + - pkg update -f + - pkg clean -a + - pkg install -y git cmake ninja p7zip gettext qt5-core qt5-qmake qt5-buildtools qt5-widgets qt5-script png sdl2 openal-soft physfs libvorbis libtheora glew freetype2 harfbuzz curl rubygem-asciidoctor init_git_submodules_script: git submodule update --init --recursive