summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Donofry <rubberduckie3554@gmail.com>2023-07-17 18:52:09 -0400
committerJoseph Donofry <rubberduckie3554@gmail.com>2023-07-17 18:52:09 -0400
commit3519a2b55ca229afa3f137546420702239f0efe6 (patch)
tree01d53b489c89b43702f6d0997567d4044db07149
parentUse official qt binaries on cirrus-ci for apple silicon (diff)
downloadnheko-3519a2b55ca229afa3f137546420702239f0efe6.tar.xz
Fix pip command
-rw-r--r--.cirrus.yml2
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: