Skip to content

Commit

Permalink
Merge pull request #303 from QGIS-Contribution/ci/fix-qt-packages
Browse files Browse the repository at this point in the history
fix: CI fails because of broken Qt ppa
  • Loading branch information
Guts committed Jan 9, 2024
2 parents 084e878 + a37fc6a commit c4be32e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}

0 comments on commit c4be32e

Please sign in to comment.