Skip to content

Commit

Permalink
[github] Use cache for android externals (#13584)
Browse files Browse the repository at this point in the history
This commit updates android build workflow to use cache for externals directory.

ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <[email protected]>
  • Loading branch information
hseok-oh authored Aug 5, 2024
1 parent 3913444 commit 3a46768
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/run-onert-android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Caching externals
uses: actions/cache@v4
with:
path: externals
key: external-onert-ndk26
restore-keys: |
external-onert-ndk
external-onert-
external-
# numpy: test build
# scons: arm compute library build
- name: Install packages
Expand Down

0 comments on commit 3a46768

Please sign in to comment.