Skip to content

Commit

Permalink
Merge pull request zcash#6924 from zcash/CI_update
Browse files Browse the repository at this point in the history
Adding automake in secp256k1 - MacOS's CI
  • Loading branch information
daira committed Aug 12, 2024
2 parents 80b1c29 + e85b389 commit 6b8936b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6b8936b

Please sign in to comment.