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:
|
||||
# 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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user