Skip to content

Commit

Permalink
Test one thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun committed Dec 11, 2024
1 parent 66f66c9 commit 58e8021
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,11 +276,9 @@ jobs:
- name: Fix HOME path
run: echo "HOME=/root" >> $GITHUB_ENV

- name: $ANDROID_NDK_VERSION
run: echo $ANDROID_NDK_VERSION

- name: $ANDROID_HOME/ndk/
run: ls "$ANDROID_HOME/ndk/"
- name: Copy NDK_HOME

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

View workflow job for this annotation

GitHub Actions / check-formatting

279:6 syntax error: expected <block end>, but found '<block sequence start>' (syntax)
run: cp $ANDROID_NDK_HOME $ANDROID_HOME/ndk/27.1.12297006
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:84 [trailing-spaces] trailing spaces

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

0 comments on commit 58e8021

Please sign in to comment.