Skip to content

Commit f579e24

Browse files
Fixed workflow (again #3)
1 parent 6fb9a71 commit f579e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install system dependencies
2727
run: |
2828
sudo apt-get update
29-
sudo apt-get install -y libegl1-mesa xvfb libxcb-cursor0
29+
sudo apt-get install -y libegl1-mesa xvfb libxcb-cursor0 qt5-default qttools5-dev-tools
3030
- name: Install dependencies
3131
run: |
3232
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)