Skip to content

Commit

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

- name: Copy NDK_HOME

Check failure on line 278 in .github/workflows/android-app.yml

View workflow job for this annotation

GitHub Actions / check-formatting

278:1 [trailing-spaces] trailing spaces
- name: Copy NDK_HOME
run: cp $ANDROID_NDK_HOME $ANDROID_HOME/ndk/27.1.12297006
run: echo "ANDROID_NDK_HOME=$ANDROID_HOME/ndk/27.1.12297006" >> $GITHUB_ENV
run: echo "ANDROID_NDK_HOME=$ANDROID_HOME/ndk/27.1.12297006" >> $GITHUB_ENV

Check failure on line 281 in .github/workflows/android-app.yml

View workflow job for this annotation

GitHub Actions / check-formatting

281:9 [key-duplicates] duplication of key "run" in mapping

- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 8b4ed43

Please sign in to comment.