workflow for ubuntu / installing from source
All checks were successful
Build, push and deploy / builds (push) Successful in 7s

This commit is contained in:
John Galt 2024-11-07 20:15:28 +01:00
parent 86a42e7faf
commit 9839c44083

View File

@ -16,5 +16,5 @@ jobs:
- name: rclone to remote - name: rclone to remote
run: | run: |
ls -lha ls -lha
apt install -y rclone curl https://rclone.org/install.sh | sudo bash
rclone --version