Skip to content

Commit

Permalink
Split actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun committed Dec 11, 2024
1 parent 8b4ed43 commit 1727c2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,11 @@ jobs:
# https://github.com/actions/runner/issues/863
- name: Fix HOME path
run: echo "HOME=/root" >> $GITHUB_ENV

- name: Copy NDK_HOME
run: cp $ANDROID_NDK_HOME $ANDROID_HOME/ndk/27.1.12297006

- name: Fix ANDROID_NDK_HOME
run: echo "ANDROID_NDK_HOME=$ANDROID_HOME/ndk/27.1.12297006" >> $GITHUB_ENV

- name: Checkout repository
Expand Down

0 comments on commit 1727c2b

Please sign in to comment.