Skip to content

Commit 0d8e21f

Browse files
committed
CI: modify android.yml
1 parent 30caefc commit 0d8e21f

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,9 @@ 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
42+
STOREPASS: ${{secrets.STOREPASS}}
4243
qt_modules: 'qtscxml qtserialport qtwebchannel qtpositioning qtwebview'
4344

4445
# Map the job outputs to step outputs
@@ -72,9 +73,9 @@ jobs:
7273
with:
7374
dir: '${{env.TOOSL_DIR}}' # optional
7475
version: '${{matrix.qt_version}}'
75-
#host: 'linux'
76+
host: 'linux'
7677
target: 'desktop'
77-
arch: 'gcc_64'
78+
arch: 'linux_gcc_64'
7879
set-env: false
7980
cache: true
8081
cache-key-prefix: cached_qt

0 commit comments

Comments
 (0)