Skip to content

Commit 204abd0

Browse files
authored
perhaps we need those args
1 parent d9caa43 commit 204abd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_test_android_32.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
ANDROID_NDK_LATEST_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
8888
ANDROID_NDK: ${{ steps.setup-ndk.outputs.ndk-path }}
8989
run: |
90-
qmake ${SOURCE_DIR}/QOpenHD.pro ANDROID_ABIS="armeabi-v7a"
90+
qmake ${SOURCE_DIR}/QOpenHD.pro ANDROID_ABIS="armeabi-v7a" -spec android-clang CONFIG+=debug CONFIG+=qml_debug
9191
make -j$(($(nproc)/2))
9292
zip -r file.zip .
9393
@@ -98,4 +98,4 @@ jobs:
9898
uses: actions/upload-artifact@master
9999
with:
100100
name: ${{ env.ARTIFACT }}
101-
path: ${{ runner.temp }}/shadow_build_dir/*.zip
101+
path: ${{ runner.temp }}/shadow_build_dir/*.zip

0 commit comments

Comments
 (0)