From 38140cdd948fd408b38ff7491deee787b4be8ebe Mon Sep 17 00:00:00 2001 From: Roman Volosovskyi Date: Wed, 1 Nov 2023 14:47:46 +0100 Subject: [PATCH] Add yarn installation to macOS setup script --- scripts/macos_build_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/macos_build_setup.sh b/scripts/macos_build_setup.sh index b7c7a4e76..6d84bc498 100755 --- a/scripts/macos_build_setup.sh +++ b/scripts/macos_build_setup.sh @@ -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 {