mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Change pip to pip3
This commit is contained in:
parent
3bab88abb7
commit
0436ca080b
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ build-macos:
|
|||
before_script:
|
||||
- brew update
|
||||
- brew bundle --file=./.ci/macos/Brewfile
|
||||
- pip install dmgbuild
|
||||
- pip3 install dmgbuild
|
||||
script:
|
||||
- export PATH=/usr/local/opt/qt/bin/:${PATH}
|
||||
- export CMAKE_PREFIX_PATH=/usr/local/opt/qt5
|
||||
|
|
Loading…
Reference in a new issue