Skip to content

Commit

Permalink
new: fixed macOS CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Dec 18, 2024
1 parent d8d5308 commit 63601ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-on-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:

steps:
- name: Install deps
run: brew install samba
run: brew install samba@4.21
- 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
run: ln -s /opt/homebrew/Cellar/samba/4.21.1_1/lib/libsmbclient.dylib /opt/homebrew/Cellar/samba/4.21.1_1/lib/libsmbclient.inst.dylib
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit 63601ce

Please sign in to comment.