Skip to content

Commit f578a36

Browse files
committed
Updated YAML
1 parent 5de2e31 commit f578a36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/testframeworkextensions-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
command: |
8383
toolboxFile = websave( "MATLAB_DocMaker.mltbx", "https://github.com/mathworks/docmaker/releases/latest/download/MATLAB_DocMaker.mltbx" );
8484
fileCleanup = onCleanup( @() delete( toolboxFile ) );
85-
matlab.addons.install( toolboxFile );
85+
matlab.addons.install( toolboxFile, true );
8686
8787
- name: Package toolbox
8888
uses: matlab-actions/run-build@v2

0 commit comments

Comments
 (0)