Skip to content

Commit 60b971f

Browse files
authored
Merge pull request zcash#6925 from zcash/ci_update
Adding coreutils in univalue - MacOS's CI
2 parents 6b8936b + afa6b91 commit 60b971f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,10 @@ jobs:
535535
steps:
536536
- uses: actions/checkout@v4
537537

538+
- name: Install Homebrew build dependencies
539+
if: matrix.brew_deps != ''
540+
run: brew install ${{ matrix.brew_deps }}
541+
538542
- name: Download native/bin artifact
539543
uses: actions/download-artifact@v4
540544
with:

0 commit comments

Comments
 (0)