Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/build_test_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,15 @@ jobs:
- name: Install
run: |
rm '/usr/local/bin/2to3'
rm -f '/usr/local/bin/2to3-3.11'
rm '/usr/local/bin/idle3'
rm -f '/usr/local/bin/idle3.11'
rm '/usr/local/bin/pydoc3'
rm -f '/usr/local/bin/pydoc3.11'
rm '/usr/local/bin/python3'
rm -f rm '/usr/local/bin/python3.11'
rm '/usr/local/bin/python3-config'
rm -f '/usr/local/bin/python3.11-config'
pushd googletest
mkdir build
pushd build
Expand All @@ -38,7 +43,8 @@ jobs:
make install
popd
popd
brew install gstreamer gst-plugins-base gst-plugins-good glib python
brew install gstreamer gst-plugins-base gst-plugins-good glib
brew install python@3.11
brew install --cask xquartz
brew tap PX4/px4
brew install px4-dev
Expand Down
Loading