File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
- name : Setup Android SDK tools
28
28
uses : android-actions/setup-android@v3
29
29
with :
30
- packages : " platform-tools platforms;android-34 build-tools;34 .0.0 ndk;27.2.12479018"
30
+ packages : " platform-tools platforms;android-35 build-tools;35 .0.0 ndk;27.2.12479018"
31
31
- name : Dump Android NDK
32
32
run : " ls ${ANDROID_HOME}/ndk"
33
33
@@ -73,10 +73,10 @@ jobs:
73
73
-DCMAKE_MAKE_PROGRAM=${ANDROID_NDK}/prebuilt/linux-x86_64/bin/make \
74
74
-DANDROID_ABI=x86_64 -DANDROID_SDK_MINVER=26 -DANDROID_SDK_TARGET=26 \
75
75
-DANDROID_NATIVE_API_LEVEL=24 \
76
- -DANDROID_SDK_BUILD_TOOLS_REVISION=31 .0.0 \
76
+ -DANDROID_SDK_BUILD_TOOLS_REVISION=35 .0.0 \
77
77
-DANDROID_SDK_ROOT=${ANDROID_SDK_ROOT} \
78
78
-DANDROID_NDK=${ANDROID_NDK} \
79
- -DQT_ANDROID_PLATFORM_LEVEL=34 \
79
+ -DQT_ANDROID_PLATFORM_LEVEL=35 \
80
80
-Wno-dev
81
81
- name : Build
82
82
run : cmake --build build
You can’t perform that action at this time.
0 commit comments