Skip to content

trying to get a build going #1

trying to get a build going

trying to get a build going #1

Workflow file for this run

name: Build toolbox
on: [push]
jobs:
build:
name: Build toolbox
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2
- name: Run build
uses: matlab-actions/run-build@v2