Skip to content

Commit aa9554f

Browse files
committed
print path before and after products installation
1 parent 9488e67 commit aa9554f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/DebugRuntimePathIssue.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,16 @@ jobs:
1111
runs-on: windows-latest
1212

1313
steps:
14+
- name: Print system PATH
15+
run: echo $env:PATH
16+
shell: pwsh
17+
1418
- name: Setup MATLAB
1519
uses: matlab-actions/setup-matlab@v2
1620
with:
1721
release: R2024a
1822
products: >
19-
MATLAB_Compiler_SDK
20-
MATLAB_Test
23+
MATLAB_Compiler
2124
2225
# - name: Download mpm
2326
# run: |

0 commit comments

Comments
 (0)