mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Force override macos deps in CI
This commit is contained in:
parent
3a41bb9fff
commit
03d817d277
2 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
tap "nlohmann/json"
|
tap "nlohmann/json"
|
||||||
|
|
||||||
|
brew "python3"
|
||||||
brew "pkg-config"
|
brew "pkg-config"
|
||||||
brew "clang-format"
|
brew "clang-format"
|
||||||
brew "cmake"
|
brew "cmake"
|
||||||
brew "ninja"
|
brew "ninja"
|
||||||
brew "openssl"
|
brew "openssl"
|
||||||
brew "qt5"
|
brew "qt5"
|
||||||
brew "python3"
|
|
||||||
brew "nlohmann_json"
|
brew "nlohmann_json"
|
||||||
brew "gstreamer"
|
brew "gstreamer"
|
||||||
brew "gst-plugins-base"
|
brew "gst-plugins-base"
|
||||||
|
|
|
@ -52,7 +52,8 @@ build-macos:
|
||||||
tags: [macos]
|
tags: [macos]
|
||||||
before_script:
|
before_script:
|
||||||
- brew update
|
- brew update
|
||||||
- brew bundle --file=./.ci/macos/Brewfile
|
- brew reinstall --force python3
|
||||||
|
- brew bundle --file=./.ci/macos/Brewfile --force --cleanup
|
||||||
- pip3 install dmgbuild
|
- pip3 install dmgbuild
|
||||||
script:
|
script:
|
||||||
- export PATH=/usr/local/opt/qt/bin/:${PATH}
|
- export PATH=/usr/local/opt/qt/bin/:${PATH}
|
||||||
|
|
Loading…
Reference in a new issue