From c974ae1cc177dc1c07b03c545243dd136e609adb Mon Sep 17 00:00:00 2001 From: Etienne Trimaille Date: Mon, 15 May 2023 11:59:07 +0200 Subject: [PATCH] Fix QT install in GH Action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32058b35..3e07504c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: - name: Install Qt lrelease run: | sudo apt-get update - sudo apt-get install qt5-default qttools5-dev-tools + sudo apt-get install qttools5-dev-tools - uses: actions/cache@v3.3.1 with: