Skip to content

Commit

Permalink
Update macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PerryWerneck authored Mar 6, 2024
1 parent 4552bc9 commit 3b47a06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
uses: actions/checkout@v3
- name: Install Pre reqs
run: |
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
find /usr/local/lib/node_modules/npm -delete
brew update
brew install xz automake libtool binutils coreutils curl gettext libtool openssl pkgconfig gtk+3
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
Expand Down

0 comments on commit 3b47a06

Please sign in to comment.