From 0a735bff9f5903508ad97a9e6ad1bc4ed62d06d6 Mon Sep 17 00:00:00 2001 From: David Buzinski <103441853+davidbuzinski@users.noreply.github.com> Date: Thu, 14 Nov 2024 11:06:43 -0500 Subject: [PATCH] Update matlab-ci.yml --- .github/workflows/matlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/matlab-ci.yml b/.github/workflows/matlab-ci.yml index b8ef901..c22ca0e 100755 --- a/.github/workflows/matlab-ci.yml +++ b/.github/workflows/matlab-ci.yml @@ -11,8 +11,8 @@ on: branches: [ main ] workflow_dispatch: # Allows you to run this workflow manually from the Actions tab -env: - MW_CONNECTOR_CONNECTION_PROFILES: noop +# env: +# MW_CONNECTOR_CONNECTION_PROFILES: noop jobs: build: @@ -42,7 +42,7 @@ jobs: key: buildtool-cache-${{ matrix.platform }} - name: Setup MATLAB - uses: matlab-actions/setup-matlab@v2 + uses: davidbuzinski/setup-matlab@main with: cache: true