Skip to content

Commit

Permalink
Merge branch 'gz-common5' into mjcarroll/examples_from_cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcarroll authored Jul 17, 2023
2 parents 0a3045b + 15ef985 commit ee2124c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ jobs:
uses: Homebrew/actions/setup-homebrew@master
- run: brew config

# Workaround for https://github.com/actions/setup-python/issues/577
- name: Clean up python binaries
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*;
rm -f /usr/local/bin/python3*-config;
- name: Install base dependencies
run: |
brew tap osrf/simulation;
Expand Down

0 comments on commit ee2124c

Please sign in to comment.