mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-25 01:54:21 +01:00
gci: Clone BOLTs repository in pre-build checks
This commit is contained in:
committed by
Rusty Russell
parent
6d67eb934d
commit
10abb620a8
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@@ -13,6 +13,7 @@ jobs:
|
||||
env:
|
||||
RUST: 1
|
||||
COMPAT: 1
|
||||
BOLTDIR: /tmp/bolts
|
||||
strategy:
|
||||
fail-fast: true
|
||||
steps:
|
||||
@@ -31,6 +32,8 @@ jobs:
|
||||
# Export and then use pip to install into the current env
|
||||
poetry export -o /tmp/requirements.txt --without-hashes --with dev
|
||||
pip install -r /tmp/requirements.txt
|
||||
# We're going to check BOLT quotes, so get the latest version
|
||||
git clone https://github.com/lightning/bolts.git ../${BOLTDIR}
|
||||
- name: Run checks
|
||||
run: |
|
||||
./configure
|
||||
|
||||
Reference in New Issue
Block a user