From d50533bbafb7d18b73db58db118ca7ad4e395980 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Thu, 23 Nov 2023 13:55:57 +0100 Subject: [PATCH] git: Try fix macOS dependency installation in CI again --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a01e86991..539f99e9b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -166,7 +166,8 @@ jobs: - name: ⬇️ Install dependencies run: | - brew install python --overwrite + brew reinstall python --overwrite + brew link --overwrite python brew bundle --no-lock --file dist/Brewfile rm -rf /usr/local/Cellar/capstone