diff options
author | Joseph Donofry <rubberduckie3554@gmail.com> | 2023-07-17 18:52:09 -0400 |
---|---|---|
committer | Joseph Donofry <rubberduckie3554@gmail.com> | 2023-07-17 18:52:09 -0400 |
commit | 3519a2b55ca229afa3f137546420702239f0efe6 (patch) | |
tree | 01d53b489c89b43702f6d0997567d4044db07149 | |
parent | Use official qt binaries on cirrus-ci for apple silicon (diff) | |
download | nheko-3519a2b55ca229afa3f137546420702239f0efe6.tar.xz |
Fix pip command
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index be20a7e7..7cf42910 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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: |