We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cdcc4d commit 520df65Copy full SHA for 520df65
.github/workflows/packager.yml
@@ -29,7 +29,9 @@ jobs:
29
${{ runner.os }}-pip-
30
31
- name: Install system requirements
32
- run: sudo apt install qt5-default qttools5-dev-tools
+ run: |
33
+ sudo apt update
34
+ sudo apt install qt5-default qttools5-dev-tools
35
36
- name: Install project requirements
37
run: |
.github/workflows/release.yml
- name: Install Python requirements
0 commit comments