We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c7039 commit fe46502Copy full SHA for fe46502
.github/workflows/ci-check.yml
@@ -24,7 +24,7 @@ jobs:
24
25
# Sets up the NDK required by AGP 3.6.x
26
- name: Setup NDK
27
- run: $ANDROID_HOME/tools/bin/sdkmanager 'ndk;20.0.5594570'
+ run: sudo $ANDROID_HOME/tools/bin/sdkmanager 'ndk;20.0.5594570'
28
29
# Use Java 8
30
- uses: actions/setup-java@v1
0 commit comments