Skip to content

Commit

Permalink
chore: update the file
Browse files Browse the repository at this point in the history
  • Loading branch information
x-tools-author committed Nov 22, 2023
1 parent 32e5f5d commit 1b52f8b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
arch: [android_armv7, android_arm64_v8a, android_x86, android_x86_64]
#arch: [android_armv7, android_arm64_v8a, android_x86, android_x86_64]
arch: [android_armv7]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -38,6 +39,6 @@ jobs:
cd build
export ANDROID_SDK_ROOT=$ANDROID_HOME
export ANDROID_NDK_ROOT=$ANDROID_HOME/ndk-bundle
cmake -DCMAKE_PREFIX_PATH='${{ github.workspace }}/Qt/${{ matrix.version }}/${{ matrix.arch }}/lib/cmake/Qt6' -DCMAKE_BUILD_TYPE=Release -G "NMake Makefiles" ../
cmake -DCMAKE_PREFIX_PATH='${{ github.workspace }}/Qt/6.5.3/${{ matrix.arch }}/lib/cmake/Qt6' -DCMAKE_BUILD_TYPE=Release -G "Unix Makefiles" ../
make

0 comments on commit 1b52f8b

Please sign in to comment.