Skip to content

Commit 73acdf5

Browse files
committed
update
1 parent 4b7b4cd commit 73acdf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/setup-android-ndk/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ runs:
2222
shell: bash
2323
run: |
2424
set -e
25+
python -m pip install psutil
2526
"${{ inputs.android-sdk-root }}/cmdline-tools/latest/bin/sdkmanager" --install "ndk;${{ inputs.ndk-version }}"
2627
2728
NDK_PATH="${{ inputs.android-sdk-root }}/ndk/${{ inputs.ndk-version }}"

0 commit comments

Comments
 (0)