Skip to content

Commit

Permalink
Closes #82: Explicitly specify the MATLAB version to use with `matlab…
Browse files Browse the repository at this point in the history
…-actions/setup-matlab` in `build.yml` (#83)
  • Loading branch information
sgilmore10 authored Apr 26, 2024
1 parent a9fae73 commit ca3cea6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
uses: actions/checkout@v4
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v2
with:
release: R2024a
- name: Build Example
run: |
cd example
Expand All @@ -34,6 +36,8 @@ jobs:
uses: actions/checkout@v4
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v2
with:
release: R2024a
- name: Build Example
run: |
cd example
Expand All @@ -54,6 +58,8 @@ jobs:
uses: actions/checkout@v4
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v2
with:
release: R2024a
- name: Build Example
run: |
cd example
Expand Down

0 comments on commit ca3cea6

Please sign in to comment.