Skip to content

Commit 0700308

Browse files
committedJun 25, 2021
Build: Update GH Action to NDK 22b and Go 1.16
1 parent 768f553 commit 0700308

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/android.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
uses: actions/setup-java@v1
2020
with:
2121
java-version: 1.8
22-
- name: Set up Go 1.14
22+
- name: Set up Go 1.16
2323
uses: actions/setup-go@v1
2424
with:
25-
go-version: 1.14
25+
go-version: 1.16
2626
id: go
2727
- name: Force NDK version
28-
run: echo "y" | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;21.3.6528147"
28+
run: echo "y" | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;22.1.7171670"
2929
- name: Build rclone
3030
run: ./gradlew rclone:buildNative
3131
- name: Build app

0 commit comments

Comments
 (0)
Please sign in to comment.