From 66f7381e51bd835d45ae3dc208c07814e8d7e69c Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Wed, 21 Aug 2024 12:59:42 +0200 Subject: [PATCH] chore: fixed dependencies in macOS workflows --- .github/workflows/test-on-macos.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-on-macos.yml b/.github/workflows/test-on-macos.yml index b5cedf8..55ba90c 100644 --- a/.github/workflows/test-on-macos.yml +++ b/.github/workflows/test-on-macos.yml @@ -20,6 +20,9 @@ jobs: steps: - name: Install deps run: brew update && brew install samba + - name: Fix samba dep + # https://github.com/evilsocket/legba/issues/40 + run: ln -s /opt/homebrew/Cellar/samba/4.20.0/lib/libsmbclient.dylib /opt/homebrew/Cellar/samba/4.20.0/lib/libsmbclient.inst.dylib - uses: actions/checkout@v3 - name: Build run: cargo build --verbose