Skip to content

Commit

Permalink
ci: add a workaround for broken Python in macOS images
Browse files Browse the repository at this point in the history
  • Loading branch information
lzaoral committed Dec 13, 2023
1 parent 4f43fe8 commit 9b453c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:

- name: Install dependencies
run: |
# workaround for https://github.com/actions/setup-python/issues/577
brew link --overwrite python3
brew update
brew install boost boost-python3 help2man
Expand Down

0 comments on commit 9b453c4

Please sign in to comment.