mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 19:38:48 +03:00
Fix pip command
This commit is contained in:
parent
8576b2cbe4
commit
3519a2b55c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ task:
|
|||
- unset HOMEBREW_NO_AUTO_UPDATE
|
||||
- brew bundle --file .ci/macos/Brewfile
|
||||
aqt_script:
|
||||
- pip install aqtinstall
|
||||
- pip3 install aqtinstall
|
||||
- mkdir $HOME/Qt
|
||||
- aqt install-qt --outputdir $HOME/qt mac desktop 6.5.1 clang_64 -m all
|
||||
build_script:
|
||||
|
|
Loading…
Reference in a new issue