From a37fc6adb88f64d9b7d6e93e4bdecf339bafc26f Mon Sep 17 00:00:00 2001 From: GeoJulien Date: Tue, 9 Jan 2024 17:30:08 +0100 Subject: [PATCH] fix: CI fails because of broken Qt ppa --- .github/workflows/build_release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 19125e1b..0f323d10 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -27,7 +27,7 @@ jobs: - name: Install system requirements run: | sudo apt update - sudo apt install qt5-default qttools5-dev-tools + sudo apt install qt5-qmake qttools5-dev-tools - name: Update translations run: lupdate -noobsolete -verbose ${{ env.PROJECT_FOLDER }}/resources/i18n/plugin_translation.pro @@ -199,8 +199,8 @@ jobs: run: >- qgis-plugin-ci release ${GITHUB_REF/refs\/tags\//} - --github-token ${{ secrets.GITHUB_TOKEN }} - --create-plugin-repo --allow-uncommitted-changes + --create-plugin-repo + --github-token ${{ secrets.GITHUB_TOKEN }} --osgeo-username ${{ secrets.OSGEO_USER }} --osgeo-password ${{ secrets.OSGEO_PASSWORD }}