Skip to content

Commit

Permalink
better where
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Apr 26, 2024
1 parent d8ab39f commit 0d2cd0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/setup-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ runs:

- name: Set MATLAB_HOME
run: |
where matlab
where git
where echo
where.exe matlab
where.exe git
where.exe echo
dir "${{ steps.setup-matlab.outputs.matlabroot }}\bin"
echo "MATLAB_HOME=${{ steps.setup-matlab.outputs.matlabroot }}" >> $env:GITHUB_ENV
shell: powershell
Expand Down

0 comments on commit 0d2cd0b

Please sign in to comment.