Skip to content

Commit

Permalink
load matlab action manually
Browse files Browse the repository at this point in the history
  • Loading branch information
enigne committed Jul 12, 2024
1 parent a979171 commit 0bc0f3c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ jobs:
MATLAB_PATH: ${{ steps.setup-matlab.outputs.matlabroot }}
run: cd .github/ci_scripts && ./ci_ISSM.sh github_linux_basic

- name: Run ISSM MATLAB test
uses: matlab-actions/run-command@v2
with:
command: matlab_ci
- name: Get run-matlab-command
run: |
wget -O /usr/local/bin/run-matlab-command https://ssd.mathworks.com/supportfiles/ci/run-matlab-command/v2/glnxa64/run-matlab-command
chmod +x /usr/local/bin/run-matlab-command
- name: Run MATLAB Command
run: run-matlab-command "matlab_ci"

- run: echo "This job's status is ${{ job.status }}."

0 comments on commit 0bc0f3c

Please sign in to comment.