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 2de68c1 commit 592efc4Copy full SHA for 592efc4
.github/workflows/ci.yml
@@ -25,13 +25,13 @@ jobs:
25
# Checks-out your repository
26
- uses: actions/checkout@v4
27
28
- # # Sets up a display server
29
- # - name: Start display server
30
- # if: ${{ always() }}
31
- # run: |
32
- # sudo apt-get install xvfb
33
- # Xvfb :99 &
34
- # echo "DISPLAY=:99" >> $GITHUB_ENV
+ # Sets up a display server
+ - name: Start display server
+ if: ${{ always() }}
+ run: |
+ sudo apt-get install xvfb
+ Xvfb :99 &
+ echo "DISPLAY=:99" >> $GITHUB_ENV
35
36
# Sets up MATLAB
37
- name: Setup MATLAB
0 commit comments