Skip to content

Commit

Permalink
chore: update the file of project
Browse files Browse the repository at this point in the history
  • Loading branch information
x-tools-author committed Nov 22, 2023
1 parent c06be47 commit 045b75e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
#arch: [android_armv7, android_arm64_v8a, android_x86, android_x86_64]
arch: [android_armv7]
arch: [android_x86_64]
version: [6.5.3]
steps:
- name: Checkout
Expand All @@ -39,7 +39,6 @@ jobs:
env:
JAVA_HOME: $JAVA_HOME_11_X64
run: |
aqt install-qt linux desktop ${{ matrix.version }} gcc_64
mkdir build
cd build
cmake -DQT_DIR='${{ github.workspace }}/Qt/${{ matrix.version }}/${{ matrix.arch }}/lib/cmake/Qt6' -DQt6_DIR='${{ github.workspace }}/Qt/${{ matrix.version }}/${{ matrix.arch }}/lib/cmake/Qt6' -DCMAKE_BUILD_TYPE=Release -G "Unix Makefiles" ../
Expand Down

0 comments on commit 045b75e

Please sign in to comment.