mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
CI: Re-enable experimental build.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
477832057d
commit
4ae9e0c73f
1 changed files with 3 additions and 2 deletions
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
|
@ -142,8 +142,9 @@ jobs:
|
|||
# The cross-compiled versions
|
||||
- {CFG: 21, ARCH: arm32v7, TARGET_HOST: arm-linux-gnueabihf}
|
||||
- {CFG: 22, ARCH: arm64v8, TARGET_HOST: aarch64-linux-gnu}
|
||||
# Disabled for 0.10.0-rc1
|
||||
# - {CFG: 23, EXPERIMENTAL_FEATURES: 1}
|
||||
|
||||
# Experimental config.
|
||||
- {CFG: 23, EXPERIMENTAL_FEATURES: 1}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.0.0
|
||||
|
|
Loading…
Add table
Reference in a new issue