We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ffbeb4 commit 1159bc2Copy full SHA for 1159bc2
.github/workflows/unit_test.yml
@@ -33,6 +33,7 @@ jobs:
33
- name: Check out repository
34
uses: actions/checkout@v4
35
- name: Set environment variables for MATLAB Engine
36
+ if: ${{ runner.os == 'Linux' || runner.os == 'macOS' }}
37
run: |
38
if [[ "${{ runner.os }}" == "macOS" ]]; then
39
echo "DYLD_LIBRARY_PATH=/Users/runner/hostedtoolcache/MATLAB/2025.1.999/arm64/MATLAB.app/bin/maca64:$DYLD_LIBRARY_PATH" >> $GITHUB_ENV
0 commit comments