Skip to content

Commit

Permalink
Try new SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
o01eg committed Feb 22, 2025
1 parent 0f5bc4f commit 9f66af1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
id: download-sdk
uses: suisei-cn/actions-download-file@v1.4.0
with:
url: https://github.com/freeorion/freeorion-sdk/releases/download/v15/FreeOrionSDK_15_Android-${{ matrix.arch }}.zip
url: https://github.com/o01eg/freeorion-sdk/releases/download/v16/FreeOrionSDK_16_Android-${{ matrix.arch }}.zip
target: ../
- uses: nttld/setup-ndk@v1
id: setup-ndk
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
id: download-python-lib
uses: suisei-cn/actions-download-file@v1.3.0
with:
url: https://github.com/freeorion/freeorion-sdk/releases/download/v14/python39.zip
url: https://github.com/o01eg/freeorion-sdk/releases/download/v16/python39.zip
target: ../
- name: Place resources
run: |
Expand Down

0 comments on commit 9f66af1

Please sign in to comment.