mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +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
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
#
|
#
|
||||||
# Install Qt
|
# Install Qt (win64_mingw81)
|
||||||
#
|
#
|
||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
uses: jurplel/install-qt-action@v2
|
uses: jurplel/install-qt-action@v2
|
||||||
with:
|
with:
|
||||||
modules: qtcharts
|
modules: qtcharts
|
||||||
|
arch: win64_mingw81
|
||||||
|
|
||||||
#
|
#
|
||||||
# Compile application
|
# Compile application
|
||||||
|
Loading…
x
Reference in New Issue
Block a user