mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-07 06:56:07 +01:00
feat: lnd ln backend
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user