remove python re-install in Qt_Build.yml too

This commit is contained in:
shinra-electric 2024-08-27 11:05:11 +01:00
parent f17ee2cc76
commit 6521745f4d

View file

@ -67,7 +67,7 @@ jobs:
- name: Install bundle dependencies
run: |
brew install --overwrite python@3.12 && brew install dylibbundler imagemagick
brew install dylibbundler imagemagick
- name: Install qt
run: brew install qt && which macdeployqt