Skip to content

Commit

Permalink
Broken /usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/b…
Browse files Browse the repository at this point in the history
…in:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/opt/rocm/bin
  • Loading branch information
sanguinariojoe committed Oct 24, 2024
1 parent 09a8fc6 commit fba855e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ jobs:
run: cmake --install ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- name: Add the installed DLL to the PATH
uses: myci-actions/export-env-var@1
with:
name: PATH
value: $PATH:${{github.workspace}}/install/bin
run: echo "${{github.workspace}}/install/bin" >> "$GITHUB_PATH"
if: runner.os == 'Windows'

- name: Set up MATLAB
Expand Down

0 comments on commit fba855e

Please sign in to comment.