Skip to content

Commit

Permalink
fixed typo in unit_test.yml for mac/linux
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarjalnefjord authored Oct 19, 2023
1 parent b0dd7df commit af12267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
run: echo "C:\Program Files\MATLAB\R2023a\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Prepend MATLAB to PATH on Linux
if: runner.os == 'Linux'
run: echo "/usr/local/MATLAB/R2023a/bin/maci64" >> $GITHUB_PATH
run: echo "/usr/local/MATLAB/R2023a/bin" >> $GITHUB_PATH
- name: Prepend MATLAB to PATH on macOS
if: runner.os == 'macOS'
run: echo "/Applications/MATLAB_R2023a.app/bin" >> $GITHUB_PATH
run: echo "/Applications/MATLAB_R2023a.app/bin/maci64" >> $GITHUB_PATH
# Installs other dependenvies
- name: Install dependencies
run: |
Expand Down

0 comments on commit af12267

Please sign in to comment.