From c720dd6771e9408f6d868bb6dda5bdec001d9489 Mon Sep 17 00:00:00 2001 From: Jasha Sommer-Simpson <8935917+Jasha10@users.noreply.github.com> Date: Wed, 19 Jun 2024 11:53:40 -0500 Subject: [PATCH] set -x to debug mac brew --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index e975ad54a4..1c06012b76 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -46,6 +46,7 @@ commands: - run: name: Preparing environment - Brew command: | + set -x brew --version brew untap Homebrew/homebrew-cask-versions brew update