Skip to content

Commit

Permalink
Set DYLD_LIBRARY_PATH environment variable via $GITHUB_ENV, so it's e…
Browse files Browse the repository at this point in the history
…xported to other steps.
  • Loading branch information
Paebbels committed Aug 2, 2024
1 parent dde522c commit 10ca572
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
echo $(brew --prefix llvm@15)
export DYLD_LIBRARY_PATH=$(brew --prefix llvm@15)/lib
echo -$DYLD_LIBRARY_PATH-
echo "DYLD_LIBRARY_PATH=$(brew --prefix llvm@15)/lib" >> $GITHUB_ENV
echo "----"
ls $(brew --prefix llvm@15)/lib
mingw64_before_script: |
Expand Down

0 comments on commit 10ca572

Please sign in to comment.