feat: lnd ln backend

This commit is contained in:
thesimplekid
2024-08-30 19:27:18 +01:00
parent 847eab8e07
commit 029f922326
11 changed files with 367 additions and 3 deletions

View File

@@ -34,6 +34,7 @@ jobs:
-p cdk-sqlite,
-p cdk-axum,
-p cdk-cln,
-p cdk-lnd,
-p cdk-phoenixd,
-p cdk-strike,
-p cdk-lnbits
@@ -53,6 +54,8 @@ jobs:
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }}
- name: Install protobuf
run: sudo apt-get install -y protobuf-compiler
- name: Set default toolchain
run: rustup default ${{ matrix.rust.version }}
- name: Set profile