Skip to content

Commit

Permalink
ci: update build-manual 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pymq committed Jun 15, 2024
1 parent ab84f6c commit 67bdd14
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,12 @@ jobs:
channel: 'stable'
- run: flutter --version
- name: Install ndk-bundle
run: $ANDROID_HOME/tools/bin/sdkmanager --install "ndk-bundle"
run: |
echo "ls $ANDROID_HOME/tools/bin/"
ls -lah $ANDROID_HOME/tools/bin/
echo "which sdkmanager"
which sdkmanager
$ANDROID_HOME/tools/bin/sdkmanager --install "ndk-bundle"
- name: Configure Keystore for Android
run: |
Expand Down

0 comments on commit 67bdd14

Please sign in to comment.