Skip to content

Commit

Permalink
Change copy to move
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun committed Dec 11, 2024
1 parent 9c37707 commit 03fc80a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ jobs:
- name: Fix HOME path
run: echo "HOME=/root" >> $GITHUB_ENV

- name: Copy NDK_HOME
run: cp -r $ANDROID_NDK_HOME $ANDROID_HOME/ndk/27.1.12297006
- name: Move NDK_HOME
run: mv $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 03fc80a

Please sign in to comment.