fix: SMB support for MacOS with vendored build of libsmbclient.

closes #334
This commit is contained in:
veeso
2025-09-20 18:07:26 +02:00
parent 3c79e812eb
commit 86660a0cc9
5 changed files with 56 additions and 6 deletions

View File

@@ -22,6 +22,13 @@ jobs:
with:
toolchain: stable
components: rustfmt, clippy
- name: Install dependencies
run: |
brew update
brew install \
pkg-config \
samba
brew link --force samba
- name: Build
run: cargo build
- name: Run tests