diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-01-06 09:51:41 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-01-06 10:39:07 +0100 |
commit | 03d817d2770d2238cc84042742755f81e0a6dd8c (patch) | |
tree | 5e400bf7d04338540d5677552ea00dda375ed854 /.ci | |
parent | Fix typing notifications flickering sometimes (diff) | |
download | nheko-03d817d2770d2238cc84042742755f81e0a6dd8c.tar.xz |
Force override macos deps in CI
Diffstat (limited to '.ci')
-rw-r--r-- | .ci/macos/Brewfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/macos/Brewfile b/.ci/macos/Brewfile index 7e9687c7..e7a62374 100644 --- a/.ci/macos/Brewfile +++ b/.ci/macos/Brewfile @@ -1,12 +1,12 @@ tap "nlohmann/json" +brew "python3" brew "pkg-config" brew "clang-format" brew "cmake" brew "ninja" brew "openssl" brew "qt5" -brew "python3" brew "nlohmann_json" brew "gstreamer" brew "gst-plugins-base" |