mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-15 05:22:53 +08:00
Use MinGW to compile on Windows
This commit is contained in:
parent
598c39101a
commit
beeaf6fbb2
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -157,12 +157,13 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
#
|
||||
# Install Qt
|
||||
# Install Qt (win64_mingw81)
|
||||
#
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
modules: qtcharts
|
||||
arch: win64_mingw81
|
||||
|
||||
#
|
||||
# Compile application
|
||||
|
Loading…
x
Reference in New Issue
Block a user