From 8500aaa26f793cfbaf52eadb929f9389ce3c46f0 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Mon, 26 Dec 2022 09:43:29 +0300 Subject: [PATCH] [gha] fix MacOS build More info: https://github.com/orgs/Homebrew/discussions/3895 Signed-off-by: R4SAS --- .github/workflows/build-osx.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-osx.yml b/.github/workflows/build-osx.yml index 50672d26..afddb7e9 100644 --- a/.github/workflows/build-osx.yml +++ b/.github/workflows/build-osx.yml @@ -14,6 +14,7 @@ jobs: - uses: actions/checkout@v2 - name: install packages run: | + find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete brew update brew install boost miniupnpc openssl@1.1 - name: build application