We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783e658 commit 498a450Copy full SHA for 498a450
1 file changed
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
if: runner.os == 'Linux'
27
run: |
28
sudo apt-get update
29
- sudo apt-get install -y libgl1-mesa-glx libegl1 libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 libxcb-shape0
+ sudo apt-get install -y libgl1 libegl1 libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 libxcb-shape0 libdbus-1-3
30
31
- name: Install uv
32
run: pip install uv
0 commit comments