Skip to content

Commit

Permalink
Update matlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbuzinski authored Nov 14, 2024
1 parent c1e3bb7 commit 0a735bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/matlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 0a735bf

Please sign in to comment.