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 3ed5f6d commit 6105019
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 @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
version: [6.5.3]
arch: [android_x86, android_armv7, android_arm64_v8a]
arch: [android_armv7, android_arm64_v8a, android_x86, android_x86_64]
target: [android]
steps:
- name: Checkout
Expand All @@ -31,7 +31,8 @@ jobs:
version: ${{ matrix.version }}
target: ${{ matrix.target }}
arch: ${{ matrix.arch }}
- name: Build for Android
modules: 'qtcharts qtserialbus qtserialport qtwebsockets'
- name: Build for Android(${{ matrix.arch }})
run: |
mkdir build
cd build
Expand Down

0 comments on commit 6105019

Please sign in to comment.