Skip to content

Commit

Permalink
chore: fixed dependencies in macOS workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Aug 21, 2024
1 parent 0aa0a48 commit 1a16e05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-on-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
steps:
- name: Install deps
# https://stackoverflow.com/questions/52921122/homebrew-install-specific-version-of-formula
run: brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/764f3e71a50bcc86ea9821b62cd58d7c0862f1a9/Formula/s/samba.rb
# with fix https://github.com/jhen0409/react-native-debugger/issues/567
run: wget https://raw.githubusercontent.com/Homebrew/homebrew-core/764f3e71a50bcc86ea9821b62cd58d7c0862f1a9/Formula/s/samba.rb && brew install --HEAD -s samba.rb
- name: Fix samba dep
# https://github.com/evilsocket/legba/issues/40
run: ln -s /opt/homebrew/Cellar/samba/4.20.4/lib/libsmbclient.dylib /opt/homebrew/Cellar/samba/4.20.4/lib/libsmbclient.inst.dylib
Expand Down

0 comments on commit 1a16e05

Please sign in to comment.