Skip to content

Commit ee90fb2

Browse files
committed
ci:publish self contained
1 parent 5257277 commit ee90fb2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ jobs:
4444
- name: Setup Pages
4545
uses: actions/configure-pages@v5
4646

47-
- uses: ./.github/workflows/composite-install-matlab
47+
- name: Install MATLAB
48+
uses: matlab-actions/setup-matlab@v2
49+
with:
50+
release: ${{ matrix.release }}
51+
cache: true
4852

4953
- name: Run Matlab buildtool
5054
uses: matlab-actions/run-build@v2

0 commit comments

Comments
 (0)