Skip to content

Commit 533f63e

Browse files
committed
CI: modify android.yml
1 parent 30caefc commit 533f63e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/android.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
BUILD_TYPE: [Release]
1515
qt_arch: [android_arm64_v8a, android_x86_64]
16-
qt_version: [6.6.3]
16+
qt_version: [6.8.1]
1717
include:
1818
- qt_arch: android_arm64_v8a
1919
VCPKG_TARGET_TRIPLET: arm64-android
@@ -37,8 +37,8 @@ jobs:
3737
VCPKG_TARGET_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}
3838
VCPKG_DEFAULT_HOST_TRIPLET: x64-linux
3939
ANDROID_ABI: ${{matrix.ANDROID_ABI}}
40-
ANDROID_PLATFORM: android-23
41-
ANDROID_NATIVE_API_LEVEL: 23
40+
ANDROID_PLATFORM: android-35
41+
ANDROID_NATIVE_API_LEVEL: 35
4242
qt_modules: 'qtscxml qtserialport qtwebchannel qtpositioning qtwebview'
4343

4444
# Map the job outputs to step outputs
@@ -72,9 +72,9 @@ jobs:
7272
with:
7373
dir: '${{env.TOOSL_DIR}}' # optional
7474
version: '${{matrix.qt_version}}'
75-
#host: 'linux'
75+
host: 'linux'
7676
target: 'desktop'
77-
arch: 'gcc_64'
77+
arch: 'linux_gcc_64'
7878
set-env: false
7979
cache: true
8080
cache-key-prefix: cached_qt
@@ -119,6 +119,7 @@ jobs:
119119
QT_ANDROID_KEYSTORE_PATH: ${{env.SOURCE_DIR}}/RabbitCommon/RabbitCommon.keystore
120120
QT_ANDROID_KEYSTORE_ALIAS: rabbitcommon
121121
QT_ANDROID_KEYSTORE_STORE_PASS: ${{secrets.STOREPASS}}
122+
JAVA_HOME: ${{env.JAVA_HOME_17_X64}}
122123
run: |
123124
sudo chmod 777 ${Qt6_DIR}/bin/qt-cmake
124125
${Qt6_DIR}/bin/qt-cmake .. \

0 commit comments

Comments
 (0)