Add yarn installation to macOS setup script
This commit is contained in:
parent
35ed0e5987
commit
38140cdd94
|
@ -15,7 +15,7 @@ function check_version {
|
||||||
|
|
||||||
function install_build_dependencies {
|
function install_build_dependencies {
|
||||||
echo "Install build dependencies"
|
echo "Install build dependencies"
|
||||||
brew install cmake pkg-config libtool jq node@18
|
brew install cmake pkg-config libtool jq node@18 yarn
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_qt {
|
function install_qt {
|
||||||
|
|
Loading…
Reference in New Issue