Skip to content

Commit

Permalink
chore: please work you mf
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Aug 21, 2024
1 parent 7428b21 commit 1d44d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-on-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: brew install samba
- name: Fix samba dep
# https://github.com/evilsocket/legba/issues/40
run: ls -la /opt/homebrew/Cellar/samba/4.20.4/lib && ln -s /opt/homebrew/Cellar/samba/*/lib/libsmbclient.dylib /opt/homebrew/Cellar/samba/*/lib/libsmbclient.inst.dylib
run: ln -s /opt/homebrew/Cellar/samba/4.20.4/lib/libsmbclient.dylib /opt/homebrew/Cellar/samba/4.20.4/lib/libsmbclient.inst.dylib
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit 1d44d44

Please sign in to comment.