From 957e1da0974d479d47ee56a375f68b38037477e8 Mon Sep 17 00:00:00 2001 From: agracio Date: Sun, 9 Mar 2025 19:52:45 +0000 Subject: [PATCH] testing macOS build --- .github/actions/setup-env/action.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/actions/setup-env/action.yml b/.github/actions/setup-env/action.yml index fff55cb4..93d2cd80 100644 --- a/.github/actions/setup-env/action.yml +++ b/.github/actions/setup-env/action.yml @@ -62,10 +62,8 @@ runs: if: inputs.os == 'macos-13' shell: bash run: | - brew uninstall mono - brew uninstall pkg-config - brew reinstall mono - brew reinstall pkg-config + brew reinstall mono --force + brew reinstall pkg-config --force - name: Versions