Skip to content

Commit

Permalink
udpaet
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Mar 9, 2024
1 parent 9982bb3 commit 4ec5b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
submodules: true
- uses: actions/setup-python@v2
with:
python-version: '2.x'
python-version: '2.7'
- name: Install NDK
run: echo "y" | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;21.3.6528147" --sdk_root=${ANDROID_SDK_ROOT}
- name: Get android home
Expand Down

0 comments on commit 4ec5b9c

Please sign in to comment.