Skip to content

Commit 4c7136d

Browse files
authored
Update release.yml
1 parent 7dec092 commit 4c7136d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ jobs:
5050
fi
5151
shell: bash
5252

53+
- name: Set DYLD_LIBRARY_PATH for Homebrew libraries (macOS only)
54+
if: runner.os == 'macOS'
55+
run: echo "DYLD_LIBRARY_PATH=$(brew --prefix)/lib" >> $GITHUB_ENV
56+
5357
- run: nimble build -Y -d:release
5458

5559
- name: Create artifact

0 commit comments

Comments
 (0)