build: add rclone version step

This commit is contained in:
Nick Craig-Wood 2022-04-24 10:37:46 +01:00
parent a947f298e6
commit c0c5b3bc6b
1 changed files with 5 additions and 0 deletions

View File

@ -178,6 +178,11 @@ jobs:
run: |
make
- name: Rclone version
shell: bash
run: |
rclone version
- name: Run tests
shell: bash
run: |