Skip to content

checking setup-matlab #2

checking setup-matlab

checking setup-matlab #2

name: Debug Runtime Path Issue
on:
push:
branches: [main]
env:
MLM_LICENSE_TOKEN: ${{ secrets.MLM_LICENSE_TOKEN }}
jobs:
debug-runtime-path-issue:
runs-on: windows-latest
steps:
- name: Setup MATLAB
uses: matlab-actions/setup-matlab@v2
with:
release: R2024a
products: >
MATLAB_Compiler_SDK
MATLAB_Test
# - name: Download mpm
# run: |
# Invoke-WebRequest -Uri https://www.mathworks.com/mpm/win64/mpm -OutFile mpm.exe
# - name: Install MATLAB products
# run: |
# .\mpm.exe install --release=R2024a --destination="${{ github.workspace }}\MATLAB" --products=MATLAB_Compiler_SDK MATLAB_Test
- name: Print system PATH
run: echo $env:PATH
shell: pwsh