Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
az4521 authored Jan 23, 2024
1 parent 6ffd49c commit e91526e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
java-version: 1.11
- name: Get NDK
run: sudo -A ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;21.0.6113669"
run: sudo ${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager --install "ndk;21.0.6113669"
- name: Write google-services.json
uses: DamianReeves/[email protected]
with:
Expand Down

0 comments on commit e91526e

Please sign in to comment.