We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76f1ac commit b328437Copy full SHA for b328437
.github/workflows/android.yml
@@ -18,13 +18,13 @@ jobs:
18
- qt_arch: android_arm64_v8a
19
VCPKG_TARGET_TRIPLET: arm64-android
20
ANDROID_ABI: arm64-v8a
21
- qt_version: 6.9.3
+ qt_version: 6.10.1
22
BUILD_TYPE: Release
23
24
- qt_arch: android_x86_64
25
VCPKG_TARGET_TRIPLET: x64-android
26
ANDROID_ABI: x86_64
27
28
29
30
# See: [About GitHub-hosted runners](https://docs.github.com/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners)
0 commit comments