From dff634d8984bfec42041f458cdc2d2cbf1f2c952 Mon Sep 17 00:00:00 2001 From: Mark Cafaro <34887852+mcafaro@users.noreply.github.com> Date: Fri, 2 Feb 2024 09:43:12 -0500 Subject: [PATCH] Update blank.yml --- .github/workflows/blank.yml | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index c09a5d4..264b890 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -2,28 +2,12 @@ name: Run MATLAB on: [push] jobs: my-job: - strategy: - matrix: - platform: [windows-latest] - release: [latest] - - name: Run MATLAB Build runs-on: ubuntu-latest steps: - name: Check out repository uses: actions/checkout@v3 -# - name: Cache MATLAB -# id: cache-matlab -# uses: actions/cache@v3 -# with: -# path: ${{ runner.tool_cache }}/MATLAB -# key: ${{ matrix.platform }}-${{ matrix.release }} - # - name: Setup MATLAB - # uses: matlab-actions/setup-matlab@v2 - # with: - # release: ${{ matrix.release }} - # products: MATLAB - - run: echo $PATH + - name: Setup MATLAB + uses: matlab-actions/setup-matlab@v2 - name: Get run-matlab-command run: | wget -O /usr/local/bin/run-matlab-command https://ssd.mathworks.com/supportfiles/ci/run-matlab-command/v1/glnxa64/run-matlab-command