Skip to content

Run MATLAB

Run MATLAB #19

Workflow file for this run

name: Run MATLAB
on:
workflow_dispatch: {}
push: {}
jobs:
my-job:
runs-on: macos-14
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Setup MATLAB
uses: matlab-actions/setup-matlab@v2
with:
cache: true
release: R2024a
- name: Run MATLAB Command
uses: matlab-actions/run-command@v2
with:
command: version