Skip to content

Commit

Permalink
Merge pull request #32 from equipez/dependabot/github_actions/matlab-…
Browse files Browse the repository at this point in the history
…actions/setup-matlab-2.2.0
  • Loading branch information
zaikunzhang authored May 10, 2024
2 parents aa9c091 + 3302343 commit 2cc5046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/setup_mex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: cmd.exe "/K" '"install_oneapi_windows.bat" ${{ matrix.oneapi }}'

- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup_mex_win_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: cmd.exe "/K" '"install_oneapi_windows.bat" ${{ matrix.oneapi }}'

- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}

Expand Down

0 comments on commit 2cc5046

Please sign in to comment.