Skip to content

Commit

Permalink
Bump up matlab CI workflow action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nightlark committed Oct 10, 2024
1 parent a836f59 commit 27b1bcb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,32 +18,32 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install latest HELICS release
uses: gmlc-tdc/helics-action/install@main
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1.1.1
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: R2021a
- name: Set up MEX
uses: matlab-actions/run-command@v1
uses: matlab-actions/run-command@v2
with:
command: mex -setup
- name: Build matHELICS
uses: matlab-actions/run-command@v1
uses: matlab-actions/run-command@v2
with:
command: buildHelicsInterface('helics',true)
- name: store package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}-matHELICS
path: matHELICS.*
- name: run startup
uses: matlab-actions/run-command@v1
uses: matlab-actions/run-command@v2
with:
command: addpath('helics'), helicsStartup
- name: run tests
uses: matlab-actions/run-command@v1
uses: matlab-actions/run-command@v2
with:
command: addpath('tests'),addpath('helics'),runAllTests

0 comments on commit 27b1bcb

Please sign in to comment.