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 e91526e commit 6accf5e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ jobs:
java-version: 1.11
- name: Get NDK
run: sudo ${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager --install "ndk;21.0.6113669"
- name: Setup Android SDK
run: |
${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager "build-tools;29.0.3"
- name: Write google-services.json
uses: DamianReeves/write-file-action@v1.0
uses: DamianReeves/write-file-action@v1.2
with:
# The path to the file to write
path: app/google-services.json
Expand Down

0 comments on commit 6accf5e

Please sign in to comment.