Skip to content

Commit 76b7c03

Browse files
committed
Aligning toolchain
1 parent e84f75f commit 76b7c03

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,13 @@ jobs:
8888
- name: Install Qt (windeployqt)
8989
uses: jurplel/install-qt-action@v3
9090
with:
91-
version: 6.7.0
91+
version: '6.7.0'
9292
host: windows
93-
target: desktop
94-
arch: win64_mingw
95-
modules: qtserialport
96-
tools: tools_mingw
93+
target: 'desktop'
94+
arch: 'win64_msvc2019_64'
95+
tools: 'tools_opensslv3_x64'
96+
modules: 'qtserialport'
97+
cache: true
9798

9899
- name: Run windeployqt
99100
run: |

0 commit comments

Comments
 (0)