mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-01-19 05:43:51 +01:00
disable secp256k1 on native images so we don't run into linking errors (#3718)
This commit is contained in:
parent
6aff01ffbf
commit
3a90115067
2
.github/workflows/native.yml
vendored
2
.github/workflows/native.yml
vendored
@ -9,6 +9,8 @@ on:
|
||||
release:
|
||||
types: [published]
|
||||
jobs:
|
||||
env:
|
||||
DISABLE_SECP256K1: "true"
|
||||
unix:
|
||||
if: "! contains(github.event.pull_request.labels.*.name, 'documentation')"
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
Loading…
Reference in New Issue
Block a user