Skip to content

Commit

Permalink
fix for brew install warning
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed Aug 6, 2024
1 parent a8843be commit d94901e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d94901e

Please sign in to comment.