disable secp256k1 on native images so we don't run into linking errors (#3718)

This commit is contained in:
Chris Stewart 2021-10-04 08:48:51 -05:00 committed by GitHub
parent 6aff01ffbf
commit 3a90115067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}