Try to fix CI for native

This commit is contained in:
Chris Stewart 2021-10-04 09:35:27 -05:00
parent 3a90115067
commit 3852a885e1

View File

@ -1,6 +1,8 @@
# Docs:
# https://github.com/scalameta/sbt-native-image#generate-native-image-from-github-actions
name: Native Image bitcoin-s-cli
name: Native Image bitcoin-s-cli\
env:
DISABLE_SECP256K1: "true"
on:
push:
branches: [master, main, adaptor-dlc]
@ -9,8 +11,7 @@ on:
release:
types: [published]
jobs:
env:
DISABLE_SECP256K1: "true"
unix:
if: "! contains(github.event.pull_request.labels.*.name, 'documentation')"
runs-on: ${{ matrix.os }}