Skip to content

Commit

Permalink
Update matlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbuzinski authored Mar 13, 2024
1 parent ce62ac5 commit 13e4e97
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/matlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
build:

strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.platform }}
Expand All @@ -32,12 +33,12 @@ jobs:
with:
cache: true

- name: Start display server
if: ${{ matrix.platform == 'ubuntu-latest' }}
run: |
sudo apt-get install xvfb
Xvfb :99 &
echo "DISPLAY=:99" >> $GITHUB_ENV
# - name: Start display server
# if: ${{ matrix.platform == 'ubuntu-latest' }}
# run: |
# sudo apt-get install xvfb
# Xvfb :99 &
# echo "DISPLAY=:99" >> $GITHUB_ENV

- name: Produce MD from MLX
uses: matlab-actions/run-build@v2
Expand Down

0 comments on commit 13e4e97

Please sign in to comment.