Skip to content

Commit 391d3a0

Browse files
authored
Update Release.yml
1 parent 3dd5af5 commit 391d3a0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/Release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626

27+
- name: Install Samba client dev headers
28+
run: |
29+
sudo apt-get update
30+
sudo apt-get install -y libsmbclient-dev
31+
2732
# Update references
2833
- name: Git Sumbodule Update
2934
run: |

0 commit comments

Comments
 (0)