Skip to content

Commit

Permalink
ci: remove libsmbclient workaround
Browse files Browse the repository at this point in the history
relates to Homebrew/homebrew-core#201827

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Dec 20, 2024
1 parent fde9099 commit 62e7fa8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test-on-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
steps:
- name: Install deps
run: brew install samba
- name: Fix samba dep
# https://github.com/evilsocket/legba/issues/40
run: ln -s /opt/homebrew/Cellar/samba/$(brew info samba --json | grep linked_keg | cut -d'"' -f4)/lib/libsmbclient.dylib /opt/homebrew/Cellar/samba/$(brew info samba --json | grep linked_keg | cut -d'"' -f4)/lib/libsmbclient.inst.dylib
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit 62e7fa8

Please sign in to comment.