Skip to content

Commit

Permalink
Merge pull request #12 from irfu/dependabot/github_actions/master/mat…
Browse files Browse the repository at this point in the history
…lab-actions/setup-matlab-2
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
2 parents aba91c8 + 6e22d4f commit 0870f74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

# Install MATLAB (GitHub action provided by MathWorks)
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v1
uses: matlab-actions/setup-matlab@v2

# Download artifact from "build"
- name: Download artifact from build
Expand All @@ -67,7 +67,7 @@ jobs:
# in dir "src", try to build the mex file with help of the artifact
# and verify it works as inteded (by test_whamp_module.m)
- name: Run commands
uses: matlab-actions/run-command@v1
uses: matlab-actions/run-command@v2
with:
command: cd('src'); mex -R2017b libwhamp.a mexwhamp.F; movefile('mexwhamp.mexa64', '../matlab/+whamp/mexwhamp.mexa64'); cd('../matlab'); addpath(pwd); test=whamp.test_whamp_module; assertSuccess(test.run);

0 comments on commit 0870f74

Please sign in to comment.