Skip to content

Commit

Permalink
Fix packaging continuous integration
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jul 27, 2024
1 parent 328d125 commit 62c8f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt update && sudo apt install qtbase5-dev qttools5-dev-tools
sudo pip install qgis-plugin-ci
sudo pip install qgis-plugin-ci --break-system-packages
- name: Release
run: |
Expand Down

0 comments on commit 62c8f86

Please sign in to comment.