From d433f52bebabec77d0765ad2c48cdaff86d8800b Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Thu, 31 Oct 2024 18:19:42 +1030 Subject: [PATCH] CI re-enable FreeBSD Qt6 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35f666ecd..b686bc2a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ include: - /gitlab-templates/android-qt6.yml - /gitlab-templates/linux-qt6.yml - /gitlab-templates/windows-qt6.yml -# - /gitlab-templates/freebsd-qt6.yml + - /gitlab-templates/freebsd-qt6.yml - /gitlab-templates/flatpak.yml - /gitlab-templates/snap-snapcraft-lxd.yml - /gitlab-templates/craft-android-qt6-apks.yml