Skip to content

Commit

Permalink
Fix MATLAB HOME on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Apr 25, 2024
1 parent 9790755 commit 884d2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ runs:

- name: Set MATLAB_HOME
run: |
echo "MATLAB_HOME=${{ steps.setup-matlab.outputs.matlabroot }}" >> $GITHUB_ENV
echo "MATLAB_HOME=${{ steps.setup-matlab.outputs.matlabroot }}" >> $env:GITHUB_ENV
shell: powershell
if: runner.os == 'Windows' && matrix.config == 'matlab'

Expand Down

0 comments on commit 884d2ee

Please sign in to comment.