We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b7b4cd commit 73acdf5Copy full SHA for 73acdf5
.github/actions/setup-android-ndk/action.yml
@@ -22,6 +22,7 @@ runs:
22
shell: bash
23
run: |
24
set -e
25
+ python -m pip install psutil
26
"${{ inputs.android-sdk-root }}/cmdline-tools/latest/bin/sdkmanager" --install "ndk;${{ inputs.ndk-version }}"
27
28
NDK_PATH="${{ inputs.android-sdk-root }}/ndk/${{ inputs.ndk-version }}"
0 commit comments