Skip to content

Commit fe46502

Browse files
authored
Use sudo to install NDK
1 parent e1c7039 commit fe46502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
# Sets up the NDK required by AGP 3.6.x
2626
- name: Setup NDK
27-
run: $ANDROID_HOME/tools/bin/sdkmanager 'ndk;20.0.5594570'
27+
run: sudo $ANDROID_HOME/tools/bin/sdkmanager 'ndk;20.0.5594570'
2828

2929
# Use Java 8
3030
- uses: actions/setup-java@v1

0 commit comments

Comments
 (0)