Removed sudo
Some checks failed
Copy Files to Samba Share / Copy Files (push) Failing after 8s

This commit is contained in:
Arne Vlaeminck
2023-07-24 00:29:41 +02:00
parent e24585f23b
commit ffe1949fc0

View File

@@ -14,7 +14,7 @@ jobs:
- name: Install smbclient - name: Install smbclient
run: | run: |
sudo apt-get install -y smbclient apt-get install -y smbclient
- name: Copy - name: Copy
run: | run: |