Skip to content

Commit

Permalink
Reinstate all macOS and Windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Jan 18, 2025
1 parent bd0c6be commit a3916a5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
sudo apt install qt6-{base-{dev{,-tools},doc-dev},connectivity-{dev,doc-html},l10n-tools,tools-dev{,-tools}}
- name: Install online Qt version
if: contains(matrix.qt, '.') && matrix.arch != 'arm64' # ie if not using Ubuntu's Qt5/Qt6.
uses: 'jurplel/install-qt-action@v4'
uses: jurplel/install-qt-action@v4
with:
version: ${{ matrix.qt }}
modules: ${{ startsWith(matrix.qt, '6') && 'qtconnectivity' || '' }}
Expand Down Expand Up @@ -197,7 +197,6 @@ jobs:
if-no-files-found: error

mac:
if: false
runs-on: ${{ matrix.os }}
env:
CMAKE_BUILD_PARALLEL_LEVEL: ${{ matrix.os == 'macos-13' && 4 || 3 }}
Expand Down Expand Up @@ -384,7 +383,6 @@ jobs:
if-no-files-found: error

win:
if: false
runs-on: windows-latest
defaults: { run: { shell: cmd } }
strategy:
Expand Down

0 comments on commit a3916a5

Please sign in to comment.