mirror of https://github.com/rclone/rclone.git
build: fix version numbers in android branch builds
This commit is contained in:
parent
2a40f00077
commit
f8884a7200
|
@ -221,6 +221,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
# Upgrade together with NDK version
|
||||
- name: Set up Go 1.14
|
||||
|
|
Loading…
Reference in New Issue