mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
ci(macos): fix typo
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -ev
|
||||||
|
|
||||||
OSTYPE=$(uname)
|
OSTYPE=$(uname)
|
||||||
|
|
||||||
if [ "${OSTYPE}" != "Darwin" ]; then
|
if [ "${OSTYPE}" != "Darwin" ]; then
|
||||||
@ -39,7 +41,7 @@ echo "[obs-websocket] Installing obs-websocket dependency 'QT 5.10.1'.."
|
|||||||
# Pouring from the bottle is much quicker though, so use bottle for now.
|
# Pouring from the bottle is much quicker though, so use bottle for now.
|
||||||
# =!= NOTICE =!=
|
# =!= NOTICE =!=
|
||||||
|
|
||||||
brew install brew install https://gist.githubusercontent.com/DDRBoxman/b3956fab6073335a4bf151db0dcbd4ad/raw/ed1342a8a86793ea8c10d8b4d712a654da121ace/qt.rb
|
brew install https://gist.githubusercontent.com/DDRBoxman/b3956fab6073335a4bf151db0dcbd4ad/raw/ed1342a8a86793ea8c10d8b4d712a654da121ace/qt.rb
|
||||||
|
|
||||||
# Pin this version of QT5 to avoid `brew upgrade`
|
# Pin this version of QT5 to avoid `brew upgrade`
|
||||||
# upgrading it to incompatible version
|
# upgrading it to incompatible version
|
||||||
|
Reference in New Issue
Block a user