Skip to content

Commit

Permalink
ci: update build-manual 3
Browse files Browse the repository at this point in the history
  • Loading branch information
pymq committed Jun 16, 2024
1 parent 67bdd14 commit 5a0a7a1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,14 @@ jobs:
- name: Install ndk-bundle
run: |
echo "ls $ANDROID_HOME/tools/bin/"
ls -lah $ANDROID_HOME/tools/bin/
ls -lah $ANDROID_HOME/tools/bin/ || true
echo "ls $ANDROID_HOME/"
ls -lah $ANDROID_HOME/ || true
echo "ls $ANDROID_HOME/cmdline-tools/latest/bin"
ls -lah $ANDROID_HOME/cmdline-tools/latest/bin/ || true
echo "which sdkmanager"
which sdkmanager
which sdkmanager || true
echo "install ndk"
$ANDROID_HOME/tools/bin/sdkmanager --install "ndk-bundle"
- name: Configure Keystore for Android
Expand Down

0 comments on commit 5a0a7a1

Please sign in to comment.