Skip to content

Commit

Permalink
ndk upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Mar 10, 2023
1 parent 4ae3442 commit 899175e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Install NDK
run: |
cd ~
wget -O NDK -q https://dl.google.com/android/repository/android-ndk-r15c-linux-x86_64.zip
wget -O NDK -q https://dl.google.com/android/repository/android-ndk-r21b-linux-x86_64.zip
sudo apt install unzip -y
unzip -q NDK
ANDROID_NDK_HOME=$(pwd)/android-ndk-r15c
ANDROID_NDK_HOME=$(pwd)/android-ndk-r21b
- name: Build
run: |
cd build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Install NDK
run: |
cd ~
wget -O NDK -q https://dl.google.com/android/repository/android-ndk-r15c-linux-x86_64.zip
wget -O NDK -q https://dl.google.com/android/repository/android-ndk-r21b-linux-x86_64.zip
sudo apt install unzip -y
unzip -q NDK
ANDROID_NDK_HOME=$(pwd)/android-ndk-r15c
ANDROID_NDK_HOME=$(pwd)/android-ndk-r21b
- name: Build
run: |
cd build
Expand Down

0 comments on commit 899175e

Please sign in to comment.