We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5de2e31 commit f578a36Copy full SHA for f578a36
1 file changed
.github/workflows/testframeworkextensions-ci.yml
@@ -82,7 +82,7 @@ jobs:
82
command: |
83
toolboxFile = websave( "MATLAB_DocMaker.mltbx", "https://github.com/mathworks/docmaker/releases/latest/download/MATLAB_DocMaker.mltbx" );
84
fileCleanup = onCleanup( @() delete( toolboxFile ) );
85
- matlab.addons.install( toolboxFile );
+ matlab.addons.install( toolboxFile, true );
86
87
- name: Package toolbox
88
uses: matlab-actions/run-build@v2
0 commit comments