Skip to content

Commit 37b173c

Browse files
fix: linux deps
1 parent 8151f48 commit 37b173c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
# needs: [docs-style]
7272
steps:
7373
- name: Install system dependencies
74-
run: sudo apt install libegl1 libxcb-cursor0 libsm6 libxext6 -y
74+
run: sudo apt install libegl1 libxcb-cursor0 libsm6 libxext6 libxcb-xinerama0 -y
7575
- name: Setup headless display
7676
uses: pyvista/setup-headless-display-action@v2
7777

0 commit comments

Comments
 (0)