Skip to content

Commit

Permalink
ci(macos): statically link macos
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Oct 3, 2023
1 parent 84f1048 commit a0c5735
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,11 @@ jobs:
# fix openssl header not found
ln -sf /usr/local/opt/openssl/include/openssl /usr/local/include/openssl
- name: Remove dynamic libraries
run: |
# find *.dylib in /opt/homebrew and delete them
find $(brew --prefix) -name "*.dylib" -type f -delete
- name: Build MacOS
env:
BRANCH: ${{ github.head_ref || github.ref_name }}
Expand Down

0 comments on commit a0c5735

Please sign in to comment.