From 9b453c4f944fe2a89c68467d312bfba39e5d3940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Wed, 13 Dec 2023 12:17:35 +0100 Subject: [PATCH] ci: add a workaround for broken Python in macOS images Related: https://github.com/actions/setup-python/issues/577 --- .github/workflows/macos.yml | 3 +++ 1 file changed, 3 insertions(+) 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