Skip to content

Commit cb658c5

Browse files
committed
Directly invoke setup-matlab
1 parent 2b350fa commit cb658c5

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/bat.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,8 @@ jobs:
1313
- name: Perform npm tasks
1414
run: npm run ci
1515

16-
- name: Checkout setup-matlab
17-
uses: actions/checkout@v2
18-
with:
19-
repository: matlab-actions/setup-matlab
20-
ref: v0.1.0
21-
path: setup-matlab
22-
ssh-key: ${{ secrets.SETUP_MATLAB_COMMAND_KEY }}
2316
- name: Perform 'setup-matlab'
24-
uses: ./setup-matlab
17+
uses: matlab-actions/setup-matlab
2518
env:
2619
MATHWORKS_TOKEN: ${{ secrets.MATHWORKS_TOKEN }}
2720

0 commit comments

Comments
 (0)