-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|