Skip to content

Commit

Permalink
Add reference to github runner bug. (#2225)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud committed Jun 25, 2024
1 parent 767f88e commit 41e1dec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ runs:
steps:
# github actions overwrites brew's python. Force it to reassert itself, by running in a separate step.
# Borrowed from https://github.com/mesonbuild/meson/blob/aab2533ab4f7f4c16991620b400d71782f89be1c/.github/workflows/macos.yml#L87-L92
# until https://github.com/actions/setup-python/issues/577 is fixed.
- name: unbreak python in github actions
run: |
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/2to3*' \
Expand Down

0 comments on commit 41e1dec

Please sign in to comment.