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 48f6f5c commit 02cb7bcCopy full SHA for 02cb7bc
.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 qt6-base-dev -y
+ run: sudo apt install -qq libglu1-mesa-dev libx11-xcb-dev '^libxcb*'
75
- name: Setup headless display
76
uses: pyvista/setup-headless-display-action@v2
77
0 commit comments