Skip to content

Commit e01a54c

Browse files
authored
Merge pull request #61069 from nextcloud/ext-smb-ci-fix
chore: fix smbclient setup in ci
2 parents 8ce1c9a + 3add905 commit e01a54c

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)