Skip to content

Commit

Permalink
Update ci-docs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mhw0 committed May 22, 2023
1 parent a3b2117 commit ed2bedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
path: libsecp256k1
- name: Build and install libsecp256k1
run: |
brew install libtool automake
cd libsecp256k1
./autogen.sh
./configure --enable-module-recovery --enable-benchmark=no --enable-tests=no
make
sudo make install
pkg-config --cflags --libs libsecp256k1
- name: Build
- name: Install dependencies
run:
pip install -r docs/requirements.txt
Expand Down

0 comments on commit ed2bedc

Please sign in to comment.