Skip to content

Commit

Permalink
Add r
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun committed Dec 11, 2024
1 parent 1727c2b commit 9c37707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ jobs:
run: echo "HOME=/root" >> $GITHUB_ENV

- name: Copy NDK_HOME
run: cp $ANDROID_NDK_HOME $ANDROID_HOME/ndk/27.1.12297006
run: cp -r $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
Expand Down

0 comments on commit 9c37707

Please sign in to comment.