From abe88c192f7e72f049bc390e685c104760bf5b51 Mon Sep 17 00:00:00 2001 From: David Hadka Date: Sat, 3 Aug 2024 12:51:50 -0600 Subject: [PATCH] Only setup Matlab on Linux --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a45142c..be322cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |