Skip to content

Commit

Permalink
try to fix github actions: upgrade build-tools to 29.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Feb 3, 2024
1 parent 2cdcb5c commit f490b2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_android_arm64_ndk22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Android SDK
uses: android-actions/setup-android@v3
with:
packages: "platform-tools platforms;android-29 build-tools;28.0.3 ndk;22.1.7171670"
packages: "platform-tools platforms;android-29 build-tools;29.0.2 ndk;22.1.7171670"
- name: Dump Android NDK
run: "ls ${ANDROID_HOME}/ndk"
- name: Cache Qt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_android_x64_ndk22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Android SDK
uses: android-actions/setup-android@v3
with:
packages: "platform-tools platforms;android-29 build-tools;28.0.3 ndk;22.1.7171670"
packages: "platform-tools platforms;android-29 build-tools;29.0.2 ndk;22.1.7171670"
- name: Dump Android NDK
run: "ls ${ANDROID_HOME}/ndk"
- name: Cache Qt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_android_x86_ndk22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Android SDK
uses: android-actions/setup-android@v3
with:
packages: "platform-tools platforms;android-29 build-tools;28.0.3 ndk;22.1.7171670"
packages: "platform-tools platforms;android-29 build-tools;29.0.2 ndk;22.1.7171670"
- name: Dump Android NDK
run: "ls ${ANDROID_HOME}/ndk"
- name: Cache Qt
Expand Down

0 comments on commit f490b2f

Please sign in to comment.