Skip to content

Commit

Permalink
dupate
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Mar 9, 2024
1 parent 0fe0c0a commit c567b9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
with:
python-version: '2.7'
python-version: '3.9'
- 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 c567b9a

Please sign in to comment.