Skip to content

Commit ac5075c

Browse files
committed
ci: use run-build action as available
1 parent 6ffc2d6 commit ac5075c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ jobs:
3535
- name: Run Matlab tests (buildtool)
3636
if: ${{ matrix.release == 'R2022b' }}
3737
timeout-minutes: 10
38-
uses: matlab-actions/run-command@v1
39-
with:
40-
command: buildtool
38+
uses: matlab-actions/run-build@v1
4139

4240
- name: Run tests (manual)
4341
if: ${{ matrix.release != 'R2022b' }}

0 commit comments

Comments
 (0)