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 fcdf1d9 commit 8151f48Copy full SHA for 8151f48
.github/workflows/ci_cd.yml
@@ -70,6 +70,8 @@ jobs:
70
runs-on: ubuntu-latest
71
# needs: [docs-style]
72
steps:
73
+ - name: Install system dependencies
74
+ run: sudo apt install libegl1 libxcb-cursor0 libsm6 libxext6 -y
75
- name: Setup headless display
76
uses: pyvista/setup-headless-display-action@v2
77
@@ -105,7 +107,7 @@ jobs:
105
107
106
108
109
- name: Install system dependencies
- run: sudo apt install libegl1 libxcb-cursor0
110
111
- name: Restore images cache
112
uses: actions/cache@v4
113
with:
0 commit comments