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 8151f48 commit 37b173cCopy full SHA for 37b173c
.github/workflows/ci_cd.yml
@@ -71,7 +71,7 @@ jobs:
71
# needs: [docs-style]
72
steps:
73
- name: Install system dependencies
74
- run: sudo apt install libegl1 libxcb-cursor0 libsm6 libxext6 -y
+ run: sudo apt install libegl1 libxcb-cursor0 libsm6 libxext6 libxcb-xinerama0 -y
75
- name: Setup headless display
76
uses: pyvista/setup-headless-display-action@v2
77
0 commit comments