Skip to content

Commit

Permalink
Only setup Matlab on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka authored Aug 3, 2024
1 parent 8ad16ac commit abe88c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
uses: MOEAFramework/.github/actions/setup-build@main
with:
java-version: ${{ matrix.java }}
setup-matlab: true
- name: Set up Matlab
if: runner.os == 'Linux'
uses: matlab-actions/setup-matlab@v1
- name: Setup Radar Waveform code (Linux only)
if: runner.os == 'Linux'
run: |
Expand Down

0 comments on commit abe88c1

Please sign in to comment.