Skip to content

Commit de35949

Browse files
committed
Install NDK 21.0.6113669
1 parent c8c81bd commit de35949

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/flutter.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ jobs:
2323
- uses: actions/setup-java@v1
2424
with:
2525
java-version: '12.x'
26-
- name: install NDK
26+
- name: install NDK 20.0.5594570
2727
run: echo "y" | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;20.0.5594570" --sdk_root=${ANDROID_SDK_ROOT}
28+
- name: install NDK 21.0.6113669
29+
run: echo "y" | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;21.0.6113669" --sdk_root=${ANDROID_SDK_ROOT}
2830
- id: vars
2931
run: echo ::set-output name=tag::${GITHUB_REF:10}
3032
- uses: subosito/flutter-action@v1

0 commit comments

Comments
 (0)