Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vboutrou authored Nov 5, 2024
1 parent 04f1720 commit d9f000f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
- uses: actions/checkout@v4

# Sets up a display server
- name: Start display server
if: ${{ always() }}
run: |
sudo apt-get install xvfb
Xvfb :99 &
echo "DISPLAY=:99" >> $GITHUB_ENV
#- name: Start display server
# if: ${{ always() }}
# run: |
# sudo apt-get install xvfb
# Xvfb :99 &
# echo "DISPLAY=:99" >> $GITHUB_ENV

# Sets up MATLAB
- name: Setup MATLAB
Expand Down

0 comments on commit d9f000f

Please sign in to comment.