Skip to content

Commit 5273e50

Browse files
committed
fix(action): setting DYLD_LIBRARY_PATH for macos
1 parent 1d0d01b commit 5273e50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ runs:
2121
echo "$PWD/.arkscript" >> $GITHUB_PATH
2222
echo "ARKSCRIPT_PATH=$PWD/.arkscript/lib" >> $GITHUB_ENV
2323
echo "LD_LIBRARY_PATH=$PWD/.arkscript" >> $GITHUB_ENV
24+
echo "DYLD_LIBRARY_PATH=$PWD/.arkscript" >> $GITHUB_ENV
2425
shell: bash
2526
env:
2627
GITHUB_ACTION_PATH: ${{ github.action_path }}

0 commit comments

Comments
 (0)