diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e7a63507..15f12a37 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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