Skip to content

Commit

Permalink
Update Github Actions plugin in the hope, that this will fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Framstag committed Feb 1, 2024
1 parent e6a9327 commit d1b3a04
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build_on_ubuntu_22_04_qt_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,9 @@ jobs:
distribution: zulu
java-version: 11
- name: Setup Android SDK
uses: android-actions/setup-android@v2
- name: Run sdkmanager update
run: ${ANDROID_HOME}/tools/bin/sdkmanager --update
- name: Install android platform, platform-tools, build-tools and ndk
run: ${ANDROID_HOME}/tools/bin/sdkmanager --install "platform-tools" "platforms;android-29" "build-tools;29.0.2" "ndk;23.1.7779620"
uses: android-actions/setup-android@v3
with:
packages: "platform-tools platforms;android-29 build-tools;29.0.2 ndk;23.1.7779620"
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
Expand Down

0 comments on commit d1b3a04

Please sign in to comment.