Skip to content

Commit 1159bc2

Browse files
Update unit_test.yml
1 parent 8ffbeb4 commit 1159bc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unit_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- name: Check out repository
3434
uses: actions/checkout@v4
3535
- name: Set environment variables for MATLAB Engine
36+
if: ${{ runner.os == 'Linux' || runner.os == 'macOS' }}
3637
run: |
3738
if [[ "${{ runner.os }}" == "macOS" ]]; then
3839
echo "DYLD_LIBRARY_PATH=/Users/runner/hostedtoolcache/MATLAB/2025.1.999/arm64/MATLAB.app/bin/maca64:$DYLD_LIBRARY_PATH" >> $GITHUB_ENV

0 commit comments

Comments
 (0)