mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
Merge pull request #61069 from nextcloud/ext-smb-ci-fix
chore: fix smbclient setup in ci
This commit is contained in:
commit
e01a54c53a
1 changed files with 3 additions and 1 deletions
4
.github/workflows/files-external-smb.yml
vendored
4
.github/workflows/files-external-smb.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue