Skip to content

Commit e1c7039

Browse files
authored
Set path to sdk manager
1 parent 7414336 commit e1c7039

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: sdkmanager 'ndk;20.0.5594570'
27+
run: $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)