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 6105019 commit c8c8d4c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,18 @@ jobs:
runs-on: ubuntu22.04
strategy:
matrix:
version: [6.5.3]
arch: [android_armv7, android_arm64_v8a, android_x86, android_x86_64]
target: [android]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: ${{ matrix.version }}
target: ${{ matrix.target }}
arch: ${{ matrix.arch }}
version: '6.5.3'
target: 'android'
host: 'linux'
modules: 'qtcharts qtserialbus qtserialport qtwebsockets'
arch: ${{ matrix.arch }}
- name: Build for Android(${{ matrix.arch }})
run: |
mkdir build
Expand Down

0 comments on commit c8c8d4c

Please sign in to comment.