Skip to content

Commit 75bdc38

Browse files
committed
DYLD macos
1 parent 43eef4c commit 75bdc38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hipo-macos-510.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
ls
188188
echo "----- ls installs/lib"
189189
ls ${{runner.workspace}}/installs/lib
190-
LD_LIBRARY_PATH=${{runner.workspace}}/installs/lib ./bin/main
190+
DYLD_LIBRARY_PATH=${{runner.workspace}}/installs/lib ./bin/main
191191
192192
fetch:
193193
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)