From 475869572ba5cddd94fa3492b0b7463d03badf48 Mon Sep 17 00:00:00 2001 From: Paolo Forni <64333894+Pe13@users.noreply.github.com> Date: Wed, 15 May 2024 12:22:12 +0200 Subject: [PATCH] The fix wasn't useless --- scripts/install-macos-deps | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/install-macos-deps b/scripts/install-macos-deps index 99edd8a..6ce73b6 100755 --- a/scripts/install-macos-deps +++ b/scripts/install-macos-deps @@ -7,6 +7,10 @@ if ! command -v brew >/dev/null; then exit 1 fi + +# fix github actions problem +sudo xcode-select -s /Library/Developer/CommandLineTools + echo "==> Installing system dependencies with Homebrew..." brew install \ automake \