Skip to content

Commit

Permalink
Fix brew install qt
Browse files Browse the repository at this point in the history
  • Loading branch information
simonxeko committed Oct 8, 2024
1 parent 639ecaa commit 3ec11dd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build-qt6-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,12 @@ jobs:
# NOTE: jurplel/[email protected] hasn't supported Qt6.2.4
- name: Install Qt 6.7.2
run: |
brew install p7zip
python3 -m pip install setuptools wheel
python3 -m pip install py7zr
python3 -m pip install aqtinstall
python3 -m aqt install-qt mac desktop 6.7.2 -m debug_info -O $RUNNER_WORKSPACE/Qt
brew install [email protected]
# brew install p7zip
# python3 -m pip install setuptools wheel
# python3 -m pip install py7zr
# python3 -m pip install aqtinstall
# python3 -m aqt install-qt mac desktop 6.7.2 -m debug_info -O $RUNNER_WORKSPACE/Qt
# Build and Install Potrace library
#- name: Restore Potrace cache
# uses: actions/cache@v3
Expand Down

0 comments on commit 3ec11dd

Please sign in to comment.