Skip to content

Commit

Permalink
Return to the macOS runner's provded CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 5, 2024
1 parent 763026a commit 965ce30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,6 @@ jobs:
with:
version: ${{ matrix.qt }}
modules: ${{ startsWith(matrix.qt, '6') && 'qtconnectivity' || '' }}
tools: tools_cmake
add-tools-to-path: true
documentation: true
doc-archives: ${{ (startsWith(matrix.qt, '5.10.') || startsWith(matrix.qt, '5.11.')) && 'qt' || (startsWith(matrix.qt, '5') && 'qtcore qtbluetooth' || 'qtcore') }}
doc-modules: ${{ startsWith(matrix.qt, '6') && 'qtbluetooth' || '' }}
Expand Down

0 comments on commit 965ce30

Please sign in to comment.