mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-01-19 05:43:51 +01:00
Try to fix CI for native
This commit is contained in:
parent
3a90115067
commit
3852a885e1
7
.github/workflows/native.yml
vendored
7
.github/workflows/native.yml
vendored
@ -1,6 +1,8 @@
|
|||||||
# Docs:
|
# Docs:
|
||||||
# https://github.com/scalameta/sbt-native-image#generate-native-image-from-github-actions
|
# 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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master, main, adaptor-dlc]
|
branches: [master, main, adaptor-dlc]
|
||||||
@ -9,8 +11,7 @@ on:
|
|||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
jobs:
|
jobs:
|
||||||
env:
|
|
||||||
DISABLE_SECP256K1: "true"
|
|
||||||
unix:
|
unix:
|
||||||
if: "! contains(github.event.pull_request.labels.*.name, 'documentation')"
|
if: "! contains(github.event.pull_request.labels.*.name, 'documentation')"
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
Loading…
Reference in New Issue
Block a user