From e85b3891ca29088e31434727476ce306872d526a Mon Sep 17 00:00:00 2001 From: Yass <11613913+y4ssi@users.noreply.github.com> Date: Sun, 11 Aug 2024 14:39:01 -0600 Subject: [PATCH] Adding automake in secp256k1 - 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 4f79cda6dd..c02e4c420f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -502,6 +502,10 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Install Homebrew build dependencies + if: matrix.brew_deps != '' + run: brew install ${{ matrix.brew_deps }} + - name: Download src/secp256k1 artifact uses: actions/download-artifact@v4 with: