Skip to content

Commit 1a16b2c

Browse files
authored
Update system dependencies for PyQt6 installation
1 parent 9fc7f75 commit 1a16b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.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 for PyQt6
2727
run: |
2828
sudo apt-get update
29-
sudo apt-get install -y libegl1-mesa libxkbcommon-x11-0
29+
sudo apt-get install -y libegl-mesa0 libxkbcommon-x11-0 mesa-utils
3030
3131
- name: Install Python dependencies
3232
run: |

0 commit comments

Comments
 (0)