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: