Merge pull request #61069 from nextcloud/ext-smb-ci-fix

chore: fix smbclient setup in ci
This commit is contained in:
Stephan Orbaugh 2026-06-08 14:52:17 +02:00 committed by GitHub
commit e01a54c53a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,7 +95,9 @@ jobs:
- name: Set up smbclient
# This is needed as icewind/smb php library for notify
run: sudo apt-get install -y smbclient
run: |
sudo apt-get update
sudo apt-get install -y smbclient
- name: Set up Nextcloud
run: |