File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 3535 - name : Set environment variables for MATLAB Engine
3636 run : |
3737 if [[ "${{ runner.os }}" == "macOS" ]]; then
38- echo "DYLD_LIBRARY_PATH=/Applications/MATLAB_R2025a. app/bin/maci64 :$DYLD_LIBRARY_PATH" >> $GITHUB_ENV
38+ echo "DYLD_LIBRARY_PATH=/Users/runner/hostedtoolcache/MATLAB/2025.1.999/arm64/MATLAB. app/bin/maca64 :$DYLD_LIBRARY_PATH" >> $GITHUB_ENV
3939 elif [[ "${{ runner.os }}" == "Linux" ]]; then
40- echo "LD_LIBRARY_PATH=/usr/local/MATLAB/R2025a/bin/glnxa64:$LD_LIBRARY_PATH" >> $GITHUB_ENV
41- elif [[ "${{ runner.os }}" == "Windows" ]]; then
42- echo "C:\Program Files\MATLAB\R2025a\bin\win64" >> $GITHUB_PATH
40+ echo "LD_LIBRARY_PATH=/opt/hostedtoolcache/MATLAB/2025.1.999/x64/bin/glnxa64:$LD_LIBRARY_PATH" >> $GITHUB_ENV
4341 fi
4442 - name : Set up MATLAB
4543 uses : matlab-actions/setup-matlab@v2
You can’t perform that action at this time.
0 commit comments