mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-24 03:58:49 +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
|
- unset HOMEBREW_NO_AUTO_UPDATE
|
||||||
- brew bundle --file .ci/macos/Brewfile
|
- brew bundle --file .ci/macos/Brewfile
|
||||||
aqt_script:
|
aqt_script:
|
||||||
- pip install aqtinstall
|
- pip3 install aqtinstall
|
||||||
- mkdir $HOME/Qt
|
- mkdir $HOME/Qt
|
||||||
- aqt install-qt --outputdir $HOME/qt mac desktop 6.5.1 clang_64 -m all
|
- aqt install-qt --outputdir $HOME/qt mac desktop 6.5.1 clang_64 -m all
|
||||||
build_script:
|
build_script:
|
||||||
|
|
Loading…
Reference in a new issue