Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoming <[email protected]>
  • Loading branch information
QQxiaoming committed May 11, 2024
1 parent 7f49a32 commit a1e8dbb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: jurplel/install-qt-action@v3
with:
version: '6.5.3'
modules: 'qt5compat'
modules: 'qt5compat qtserialport'
aqtversion: ==3.1.7

- name: Install prerequisites
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: jurplel/install-qt-action@v3
with:
version: '6.5.3'
modules: 'qt5compat'
modules: 'qt5compat qtserialport'
aqtversion: ==3.1.7

- name: Install prerequisites
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
uses: jurplel/install-qt-action@v3
with:
version: '6.5.3'
modules: 'qt5compat'
modules: 'qt5compat qtserialport'
aqtversion: ==3.1.7

- name: Install prerequisites
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
arch: win64_mingw
version: '6.5.3'
modules: 'qt5compat'
modules: 'qt5compat qtserialport'
aqtversion: ==3.1.7

- name: Build all
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
with:
arch: 'win64_msvc2019_64'
version: '6.5.3'
modules: 'qt5compat qtwebsockets qtserialport qtmultimedia'
modules: 'qt5compat qtserialport'
aqtversion: '==3.1.7'

- name: Setup MSVC
Expand Down

0 comments on commit a1e8dbb

Please sign in to comment.