File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ permissions:
7
7
8
8
jobs :
9
9
linux :
10
- if : false
11
10
runs-on : ubuntu-24.04
12
11
strategy :
13
12
fail-fast : false
@@ -149,7 +148,6 @@ jobs:
149
148
if-no-files-found : error
150
149
151
150
mac :
152
- if : false
153
151
runs-on : ${{ matrix.os }}
154
152
timeout-minutes : 15
155
153
strategy :
@@ -475,8 +473,8 @@ jobs:
475
473
# { toolchain: 'llvm', generator: 'MinGW Makefiles', dll: libQtPokit.dll } \todo See temp exclusion above.
476
474
- { toolchain: 'mingw', generator: 'MinGW Makefiles', dll: libQtPokit.dll }
477
475
- { toolchain: 'msvc', generator: 'NMake Makefiles', dll: QtPokit.dll }
478
- # Optional additional tools to be installed by aqt (via install-qt-action).
479
- - { toolchain: 'mingw', arch: x86, aqtTools: 'tools_mingw,qt.tools.win32_mingw810' }
476
+ # Optional additional tools to be installed by aqtinstall (via install-qt-action).
477
+ - { toolchain: 'mingw', arch: x86, aqtTools: 'tools_mingw,qt.tools.win32_mingw810' }
480
478
# Use Qt-provided 64-bit MinGW for recent Qt's (defaulting to GitHub's 12.2.0 version for older Qt versions).
481
479
- { toolchain: 'mingw', arch: x86-64, qt: '5.14.2', aqtTools: 'tools_mingw1310' }
482
480
- { toolchain: 'mingw', arch: x86-64, qt: '5.15.2', aqtTools: 'tools_mingw1310' }
You can’t perform that action at this time.
0 commit comments