summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2020-12-08 17:18:22 -0500
committerJoseph Donofry <joedonofry@gmail.com>2020-12-08 17:18:22 -0500
commit0436ca080b6ea020a5feea4169206b4328681161 (patch)
treef8d1b986729da37a9f7e771c22b9cff3db7d1515
parentAdd dmgbuild to macos build (diff)
downloadnheko-0436ca080b6ea020a5feea4169206b4328681161.tar.xz
Change pip to pip3
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml

index cf17b0cf..2ecfa17c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml
@@ -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