From faa79667d71bc47323a510ff1970731a03e25a7c Mon Sep 17 00:00:00 2001 From: Handa Wang Date: Tue, 26 Nov 2024 23:45:14 +0800 Subject: [PATCH] [continuous-integration] fix and clean up macOS.yml (#2619) --- .github/workflows/macOS.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index 6f95cf3202e..dc044a5b936 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -49,13 +49,8 @@ jobs: submodules: true - name: Bootstrap run: | - rm -f /usr/local/bin/2to3* - rm -f /usr/local/bin/idle3* - rm -f /usr/local/bin/pydoc3* - rm -f /usr/local/bin/python3* brew update - brew unlink pkg-config - brew reinstall boost cmake dbus jsoncpp ninja protobuf@21 pkg-config + brew reinstall boost jsoncpp ninja protobuf@21 - name: Build run: | OTBR_OPTIONS="-DOTBR_BORDER_AGENT=OFF \