Use MinGW to compile on Windows

This commit is contained in:
Alex Spataru 2021-01-13 16:44:26 -05:00 committed by GitHub
parent 598c39101a
commit beeaf6fbb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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