Add yarn installation to macOS setup script

This commit is contained in:
Roman Volosovskyi 2023-11-01 14:47:46 +01:00
parent 35ed0e5987
commit 38140cdd94
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ function check_version {
function 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 {