Skip to content

Commit

Permalink
chore: fixed dependencies in macOS workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Aug 21, 2024
1 parent caf7ca7 commit 0e3be6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-on-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Install deps
run: brew install libsmbclient
run: brew install samba
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit 0e3be6d

Please sign in to comment.