add libsecp256k1-dev package dependency to build workflow
This commit is contained in:
parent
159e1c8ac7
commit
81b6c051ed
1 changed files with 3 additions and 8 deletions
11
.github/workflows/build.yaml
vendored
11
.github/workflows/build.yaml
vendored
|
|
@ -17,14 +17,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Cache libsecp256k1 repository
|
||||
id: cache-libsecp256k1
|
||||
uses: actions/cache@v3
|
||||
env:
|
||||
cache-name: cache-libsecp256k1
|
||||
with:
|
||||
path: ~/.cache/mmgen/secp256k1
|
||||
key: ${{ runner.os }}-build-${{ env.cache-name }}
|
||||
- name: Install Ubuntu package dependencies
|
||||
run: |
|
||||
sudo apt-get install libsecp256k1-dev
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue