We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f0d3f5 commit 936fa8eCopy full SHA for 936fa8e
1 file changed
.github/workflows/pack_linux.yml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
export QT_DEBUG_PLUGINS=1
41
sudo apt-get update
42
- sudo apt-get install libxcb-icccm4 libxcb-image0 libxcb-keysyms1
+ sudo apt-get install libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0
43
pip3 install -r requirements.txt
44
pip3 install pyinstaller wheel
45
python setup.py sdist bdist_wheel
0 commit comments