mirror of
https://github.com/rclone/rclone.git
synced 2025-07-12 02:05:30 +02:00
build: add rclone version step
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -178,6 +178,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
make
|
make
|
||||||
|
|
||||||
|
- name: Rclone version
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
rclone version
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user