Skip to content

Commit

Permalink
Adding automake in secp256k1 - MacOS's CI
Browse files Browse the repository at this point in the history
  • Loading branch information
y4ssi committed Aug 11, 2024
1 parent 114972b commit e85b389
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 e85b389

Please sign in to comment.