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 a75072a commit 22eee01Copy full SHA for 22eee01
.github/workflows/ci.yml
@@ -60,6 +60,8 @@ jobs:
60
run: |
61
sudo apt-get update --yes
62
sudo apt-get install --yes libgl1
63
+ # Required to stubtest QtMultimedia
64
+ sudo apt-get install --yes libpulse-mainloop-glib0
65
- name: Install
66
67
pip install --upgrade pip setuptools wheel
0 commit comments