Skip to content

Commit

Permalink
revert android ndk 26 to 22: update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Oct 16, 2024
1 parent f5b98b1 commit 9576ac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_android_x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
- name: Setup Android SDK tools
uses: android-actions/setup-android@v3
with:
packages: "platform-tools platforms;android-31 build-tools;31.0.0 ndk;26.1.10909125"
packages: "platform-tools platforms;android-31 build-tools;31.0.0 ndk;22.1.7171670"
- name: Dump Android NDK
run: "ls ${ANDROID_HOME}/ndk"

- name: Configure ENV
run: |
echo "ANDROID_NDK=${ANDROID_HOME}/ndk/26.1.10909125" >> $GITHUB_ENV
echo "ANDROID_NDK=${ANDROID_HOME}/ndk/22.1.7171670" >> $GITHUB_ENV
echo "QT_DIR=${HOME}/Qt/5.15.15/android" >> $GITHUB_ENV
- name: Cache Qt
Expand Down

0 comments on commit 9576ac1

Please sign in to comment.