From 154e37a0773520a7dae2803d467036b86ff853d6 Mon Sep 17 00:00:00 2001 From: Anthony Gitter Date: Fri, 26 Apr 2024 13:58:19 -0500 Subject: [PATCH] Add step id --- .github/workflows/install-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/install-test.yml b/.github/workflows/install-test.yml index 026bc36..9587f55 100644 --- a/.github/workflows/install-test.yml +++ b/.github/workflows/install-test.yml @@ -89,6 +89,7 @@ jobs: # echo "DYLD_LIBRARY_PATH=$MATLAB_RUNTIME_PATH/runtime/maci64:$MATLAB_RUNTIME_PATH/sys/os/maci64:$MATLAB_RUNTIME_PATH/bin/maci64" >> $GITHUB_ENV # echo "$MATLAB_RUNTIME_PATH/bin/maci64" >> $GITHUB_PATH - name: Set up MATLAB + id: setup-matlab uses: matlab-actions/setup-matlab@v2 with: release: R2023a