Skip to content

Commit

Permalink
fixed macos CI
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Feb 9, 2024
1 parent 89b775c commit 8b17de3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -815,16 +815,20 @@ jobs:
run: |
# Temporary workaround for https://github.com/actions/setup-python/issues/577
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
rm -f /usr/local/bin/2to3-3.11
rm -f /usr/local/bin/2to3-3.12
rm -f /usr/local/bin/idle3
rm -f /usr/local/bin/idle3.11
rm -f /usr/local/bin/idle3.12
rm -f /usr/local/bin/pydoc3
rm -f /usr/local/bin/pydoc3.11
rm -f /usr/local/bin/pydoc3.12
rm -f /usr/local/bin/python3
rm -f /usr/local/bin/python3.11
rm -f /usr/local/bin/python3.12
rm -f /usr/local/bin/python3-config
rm -f /usr/local/bin/python3.11-config
rm -f /usr/local/bin/python3.12-config
wget -nv https://github.com/robotology/ycm/releases/download/v0.15.3/ycm-cmake-modules-0.15.3-all.tar.gz -O /Users/runner/work/yarp/ycm.tar.gz
7z x /Users/runner/work/yarp/ycm.tar.gz -o/Users/runner/work/yarp
Expand Down

0 comments on commit 8b17de3

Please sign in to comment.