Skip to content

Commit 592efc4

Browse files
committed
Maintenance cycle R2024b
1 parent 2de68c1 commit 592efc4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
# Checks-out your repository
2626
- uses: actions/checkout@v4
2727

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
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
3535
3636
# Sets up MATLAB
3737
- name: Setup MATLAB

0 commit comments

Comments
 (0)