ci(macos): install only required modules of qt (#8458)

This commit is contained in:
Yat Ho
2026-02-13 00:38:01 +08:00
committed by GitHub
parent e3853d9750
commit 455fce4a78

View File

@@ -238,7 +238,7 @@ runs:
if: env.OS_FAMILY == 'macos' && inputs.enable-qt != 'false'
shell: bash
run: |
brew install --formula qt
brew install --formula qtsvg qttools
- name: Report Installed Versions
shell: bash