From 48427b79235e0e112e91296a3b90f7563b25b400 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Thu, 19 Sep 2024 21:33:29 +0200 Subject: [PATCH] Fixing lrelease installation --- ci/drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/drone.yml b/ci/drone.yml index 2c225a5..598d5ec 100644 --- a/ci/drone.yml +++ b/ci/drone.yml @@ -14,7 +14,7 @@ steps: - name: Unit Tests image: ad5001/ubuntu-pyside-xvfb:linux-6-latest-latex commands: - - apt install -y qt6-l10n-tools + - apt install -y qtchooser qttools5-dev-tools - cd LogarithmPlotter/i18n && bash release.sh - xvfb-run bash scripts/run-tests.sh when: