Skip to content

external: upgrade secp256k1 to v0.6.0 #259

external: upgrade secp256k1 to v0.6.0

external: upgrade secp256k1 to v0.6.0 #259

Workflow file for this run

name: "Code Base Sanity Check"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix develop --command bash -c "autoreconf -i && ./configure && make -j4 distcheck"