From afa6b912bbf7ecb72c3fd863efe4db35a70ef3b0 Mon Sep 17 00:00:00 2001 From: Yass <11613913+y4ssi@users.noreply.github.com> Date: Mon, 12 Aug 2024 10:30:32 -0600 Subject: [PATCH] Adding coreutils in univalue - MacOS's CI --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c02e4c420f..573234013a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -535,6 +535,10 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Install Homebrew build dependencies + if: matrix.brew_deps != '' + run: brew install ${{ matrix.brew_deps }} + - name: Download native/bin artifact uses: actions/download-artifact@v4 with: