Skip to content

Commit

Permalink
Some debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Apr 25, 2024
1 parent 3c83a32 commit 68ca878
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/setup-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,15 @@ runs:

- name: Set MATLAB_HOME
run: |
which matlab
echo "MATLAB_HOME=/opt/hostedtoolcache/MATLAB/R2024.2.999/x64" >> $GITHUB_ENV
echo "/opt/hostedtoolcache/MATLAB/2024.2.999/x64" >> $GITHUB_PATH
shell: bash
if: runner.os == 'Linux' && matrix.config == 'matlab'

- name: Set MATLAB_HOME
run: |
where matlab
echo "MATLAB_HOME=C:\Program Files\MATLAB\R2024a\bin" >> $env:GITHUB_ENV
echo "C:\Program Files\MATLAB\R2024a\bin" >> $env:GITHUB_PATH
shell: powershell
Expand Down

0 comments on commit 68ca878

Please sign in to comment.