From 75645817fc6e83e7065e70cc2d8cbead296a378c Mon Sep 17 00:00:00 2001 From: Joe Abraham Date: Mon, 9 Sep 2024 13:54:17 +0530 Subject: [PATCH] ss --- .github/workflows/macos.yml | 4 +--- .gitignore | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 797fc87be419..2afab60a0e0c 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -63,9 +63,7 @@ jobs: env: HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "TRUE" run: | - source scripts/setup-macos.sh - install_build_prerequisites - install_velox_deps_from_brew + scripts/setup-macos.sh echo "NJOBS=`sysctl -n hw.ncpu`" >> $GITHUB_ENV brew unlink protobuf || echo "protobuf not installed" diff --git a/.gitignore b/.gitignore index f2b64bee7a55..913a149b9eda 100644 --- a/.gitignore +++ b/.gitignore @@ -49,8 +49,6 @@ projects/* !projects/*.* !projects/Makefile .venv -deps-install -deps-download #==============================================================================# # Autotools artifacts