Skip to content

Commit

Permalink
Try fixing ndk setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra committed Aug 19, 2022
1 parent 9b0e591 commit e7c41ac
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ jobs:
with:
java-version: 1.8

- name: "Print home"
run: echo $HOME

- name: "Set up NDK"
run: |
mkdir -p /usr/lib/android-sdk
cd /usr/lib/android-sdk
yes | wget -c https://dl.google.com/android/repository/android-ndk-r21e-linux-x86_64.zip
unzip android-ndk-r21e-linux-x86_64.zip
- name: "Setup environment"
uses: ./.github/actions/setup-env

Expand Down

0 comments on commit e7c41ac

Please sign in to comment.