Skip to content

Commit

Permalink
[continuous-integration] fix and clean up macOS.yml (#2619)
Browse files Browse the repository at this point in the history
  • Loading branch information
superwhd authored Nov 26, 2024
1 parent 7fd5bd1 commit faa7966
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit faa7966

Please sign in to comment.