File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 make : make
2828 CXXFLAGS : -Wall -Wextra -pedantic -Werror -Wno-gnu-zero-variadic-macro-arguments # Ignore false-positive warning for qCWarning
2929 MAKEFLAGS : -j3
30+ qt_arch : clang_64
3031 - platform : windows-latest
3132 make : nmake
3233 CXXFLAGS : /W4 /WX /MP
@@ -38,12 +39,13 @@ jobs:
3839
3940 steps :
4041 - name : Clone repo
41- uses : actions/checkout@v2
42+ uses : actions/checkout@v4
4243
4344 - name : Install Qt
4445 uses : jurplel/install-qt-action@v4
4546 with :
4647 version : ${{ matrix.qt_version }}
48+ arch : ${{ matrix.qt_arch }}
4749
4850 - name : Build with CMake as static
4951 run : |
5759
5860 - name : Setup MSVC environment for QMake
5961 uses : ilammy/msvc-dev-cmd@v1
62+ if : matrix.platform == 'windows-latest'
6063
6164 - name : Build with QMake as static
6265 working-directory : HotkeyTest
You can’t perform that action at this time.
0 commit comments