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 c8c8d4c commit 0eba885
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: '6.5.3'
target: 'android'
aqtversion: '==3.1.*'
version: '6.4.3'
host: 'linux'
modules: 'qtcharts qtserialbus qtserialport qtwebsockets'
target: 'android'
arch: ${{ matrix.arch }}
- name: Build for Android(${{ matrix.arch }})
modules: 'qtcharts qtserialbus qtserialport qtwebsockets'
- name: Build for Android
run: |
mkdir build
cd build
Expand Down

0 comments on commit 0eba885

Please sign in to comment.