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 6846c78 commit 66f7381
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-on-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
steps:
- name: Install deps
run: brew update && brew install samba
- name: Fix samba dep
# https://github.com/evilsocket/legba/issues/40
run: ln -s /opt/homebrew/Cellar/samba/4.20.0/lib/libsmbclient.dylib /opt/homebrew/Cellar/samba/4.20.0/lib/libsmbclient.inst.dylib
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit 66f7381

Please sign in to comment.