mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +01:00
gci: Clone BOLTs repository in pre-build checks
This commit is contained in:
parent
6d67eb934d
commit
10abb620a8
1 changed files with 3 additions and 0 deletions
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
|
||||
|
|
Loading…
Add table
Reference in a new issue