We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca2c810 commit af5fe37Copy full SHA for af5fe37
1 file changed
.github/workflows/matlab-ci.yml
@@ -35,19 +35,19 @@ jobs:
35
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
36
- uses: actions/checkout@v4
37
38
+ - name: Start display server
39
+ run: |
40
+ sudo apt-get install xvfb
41
+ Xvfb :99 &
42
+ echo "DISPLAY=:99" >> $GITHUB_ENV
43
+
44
# Sets up MATLAB on the GitHub Actions runner
45
- name: Setup MATLAB
46
uses: matlab-actions/setup-matlab@v2
47
with:
48
release: latest-including-prerelease
49
cache: true
50
- - name: Setup display
- uses: pyvista/setup-headless-display-action@v2
- with:
- pyvista: false
-
51
52
- name: Produce MD from MLX
53
uses: matlab-actions/run-build@v2
0 commit comments