From 16034ababb435ff4c9d9f576b2a7466bdcbaf7cf Mon Sep 17 00:00:00 2001 From: pajlada Date: Sat, 15 Oct 2022 13:19:56 +0200 Subject: [PATCH] Fix FreeBSD Cirrus CI build (#4058) --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 94c6d2059..2eb42f697 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -3,7 +3,7 @@ freebsd_instance: task: install_script: - - pkg install -y boost-libs git qt5-buildtools qt5-concurrent qt5-core qt5-multimedia qt5-svg qtkeychain qt5-qmake cmake qt5-linguist + - pkg install -y boost-libs git qt5-buildtools qt5-concurrent qt5-core qt5-multimedia qt5-svg qtkeychain-qt5 qt5-qmake cmake qt5-linguist script: | git submodule init git submodule update