Skip to content

Commit 3add905

Browse files
committed
chore: fix smbclient setup in ci
Signed-off-by: Robin Appelman <robin@icewind.nl>
1 parent d44790d commit 3add905

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/files-external-smb.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ jobs:
9595

9696
- name: Set up smbclient
9797
# This is needed as icewind/smb php library for notify
98-
run: sudo apt-get install -y smbclient
98+
run: |
99+
sudo apt-get update
100+
sudo apt-get install -y smbclient
99101
100102
- name: Set up Nextcloud
101103
run: |

0 commit comments

Comments
 (0)