Skip to content

Commit 6a74cab

Browse files
committed
Reinstate Linux and macOS builds
1 parent aa21f40 commit 6a74cab

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ permissions:
77

88
jobs:
99
linux:
10-
if: false
1110
runs-on: ubuntu-24.04
1211
strategy:
1312
fail-fast: false
@@ -149,7 +148,6 @@ jobs:
149148
if-no-files-found: error
150149

151150
mac:
152-
if: false
153151
runs-on: ${{ matrix.os }}
154152
timeout-minutes: 15
155153
strategy:
@@ -475,8 +473,8 @@ jobs:
475473
# { toolchain: 'llvm', generator: 'MinGW Makefiles', dll: libQtPokit.dll } \todo See temp exclusion above.
476474
- { toolchain: 'mingw', generator: 'MinGW Makefiles', dll: libQtPokit.dll }
477475
- { 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' }
480478
# Use Qt-provided 64-bit MinGW for recent Qt's (defaulting to GitHub's 12.2.0 version for older Qt versions).
481479
- { toolchain: 'mingw', arch: x86-64, qt: '5.14.2', aqtTools: 'tools_mingw1310' }
482480
- { toolchain: 'mingw', arch: x86-64, qt: '5.15.2', aqtTools: 'tools_mingw1310' }

0 commit comments

Comments
 (0)