Skip to content

Commit e8a60dc

Browse files
committed
Revert "Setting up virtual display for R2025a"
This reverts commit cd977b7.
1 parent cd977b7 commit e8a60dc

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,6 @@ jobs:
6363
release: ${{ matrix.release }}
6464
products: Statistics_and_Machine_Learning_Toolbox Signal_Processing_Toolbox
6565
cache: true
66-
67-
- name: Setup virtual display for R2025a
68-
if: matrix.release == 'R2025a'
69-
run: |
70-
sudo apt-get update
71-
sudo apt-get install -y xvfb
72-
export DISPLAY=:99
73-
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
74-
sleep 3
7566

7667
# Runs a set of commands using the runner's shell
7768
- name: Run all tests

0 commit comments

Comments
 (0)