Skip to content

Commit

Permalink
Merge pull request #64 from chenrui333/update-macos-pipeline
Browse files Browse the repository at this point in the history
ci: remove libsmbclient workaround
  • Loading branch information
evilsocket authored Dec 20, 2024
2 parents fde9099 + 6f46f17 commit 281087e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test-on-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ 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
run: brew update && brew install samba
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit 281087e

Please sign in to comment.