diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 1dcf76575c037..2f5c6a61999b5 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -65,6 +65,7 @@ jobs: run: | source scripts/setup-macos.sh brew install $MACOS_BUILD_DEPS $MACOS_VELOX_DEPS + install_fmt echo "NJOBS=`sysctl -n hw.ncpu`" >> $GITHUB_ENV brew unlink protobuf || echo "protobuf not installed" diff --git a/scripts/setup-macos.sh b/scripts/setup-macos.sh index 450324e8b19af..d8d071de90495 100755 --- a/scripts/setup-macos.sh +++ b/scripts/setup-macos.sh @@ -35,7 +35,7 @@ PYTHON_VENV=${PYHTON_VENV:-"${SCRIPTDIR}/../.venv"} NPROC=$(getconf _NPROCESSORS_ONLN) DEPENDENCY_DIR=${DEPENDENCY_DIR:-$(pwd)} -MACOS_VELOX_DEPS="bison boost double-conversion flex fmt gflags glog googletest icu4c libevent libsodium lz4 lzo openssl protobuf@21 simdjson snappy thrift xz xsimd zstd" +MACOS_VELOX_DEPS="bison boost double-conversion flex gflags glog googletest icu4c libevent libsodium lz4 lzo openssl protobuf@21 simdjson snappy thrift xz xsimd zstd" MACOS_BUILD_DEPS="ninja cmake ccache" FB_OS_VERSION="v2024.05.20.00" FMT_VERSION="10.1.1"