Skip to content

Commit 1a4c512

Browse files
committed
misc: small fix or general refactoring i did not bother commenting
1 parent a2e0d4b commit 1a4c512

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/test-on-linux.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
os: [ubuntu-latest]
1919

2020
steps:
21-
- name: Install deps
22-
run: sudo apt-get install -y libsmbclient-dev
2321
- uses: actions/checkout@v3
2422
- name: Build
2523
run: cargo build --verbose

.github/workflows/test-on-macos.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
os: [macos-latest]
1919

2020
steps:
21-
- name: Install deps
22-
run: brew update && brew install samba
2321
- uses: actions/checkout@v3
2422
- name: Build
2523
run: cargo build --verbose

0 commit comments

Comments
 (0)