diff --git a/.github/workflows/native.yml b/.github/workflows/native.yml index 8479bc90ea..285e911f41 100644 --- a/.github/workflows/native.yml +++ b/.github/workflows/native.yml @@ -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 }}