From 17ec774fffa9d1068699e1d1d6d55cd5d8686167 Mon Sep 17 00:00:00 2001 From: edoapra Date: Tue, 6 Aug 2024 15:22:46 -0700 Subject: [PATCH] fix for brew install warning --- .github/workflows/github_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index b007278a9..bf03e67cb 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -173,7 +173,7 @@ jobs: ;; macos*) brew update - brew install gcc coreutils automake || true + brew install coreutils automake || true ;; esac if [[ "$F77" == "ifort" ]] || [[ "$CC" == "icc" ]] || [[ "$CC" == "icx" ]]; then ./travis/install-intel.sh; source ${{ matrix.oneapi }}/setvars.sh --force; fi