Skip to content

Commit 2aaa155

Browse files
committed
Fix: Remove redundant package from system dependencies in test workflow
1 parent df47041 commit 2aaa155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
sudo apt-get install -y \
3636
libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 \
3737
libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 \
38-
libxcb-shape0 libegl1 libgl1-mesa-glx x11-utils
38+
x11-utils
3939
4040
- name: Start Xvfb
4141
run: |

0 commit comments

Comments
 (0)