Skip to content

Commit

Permalink
ci: Update release-x86_64-apple-darwin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aboeglin committed Jun 18, 2023
1 parent 619b543 commit 20d4cb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-x86_64-apple-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
ls -l /usr/local/Cellar/llvm-12/12_2/lib/llvm-12/lib/
ls -l /usr/local/lib/
ls -l /usr/lib/
- name: Fix libc++abi
run: ln -s /usr/local/Cellar/llvm-12/12_2/lib/llvm-12/lib/libc++abi.1.dylib /usr/local/lib/libc++abi.1.dylib
# - name: Fix libffi
# run: ln -s /usr/local/opt/libffi/lib/libffi.dylib /usr/local/opt/libffi/lib/libffi.7.dylib

Expand Down

0 comments on commit 20d4cb3

Please sign in to comment.