Skip to content

Commit

Permalink
[infra/github] Change NDK version
Browse files Browse the repository at this point in the history
This commit changes NDK version to use default version of github-hosted runner.

ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <[email protected]>
  • Loading branch information
hseok-oh committed Dec 2, 2024
1 parent 0847ce2 commit 0879272
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/run-onert-android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,9 @@ jobs:
uses: actions/cache@v4
with:
path: externals
key: external-onert-ndk26-${{ hashFiles('infra/cmake/packages/**/*.cmake') }}-${{ hashFiles('infra/nnfw/cmake/packages/**/*.cmake') }}
key: external-onert-ndk-${{ hashFiles('infra/cmake/packages/**/*.cmake') }}-${{ hashFiles('infra/nnfw/cmake/packages/**/*.cmake') }}
restore-keys: |
external-onert-ndk26-
external-onert-ndk
external-onert-ndk-
external-onert-
external-
Expand All @@ -69,8 +68,8 @@ jobs:
pip3 install numpy
sudo apt-get update && sudo apt-get -qqy install scons
# Use NDK 26.3.11579264
# Use NDK Default
- name: Build onert
run: |
export NDK_DIR=/usr/local/lib/android/sdk/ndk/26.3.11579264
export NDK_DIR=${ANDROID_NDK}
make -f Makefile.template

0 comments on commit 0879272

Please sign in to comment.