Skip to content

Commit 541b8b1

Browse files
committed
Lending pool companion program
1 parent fe25f58 commit 541b8b1

File tree

5 files changed

+600
-1
lines changed

5 files changed

+600
-1
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
args: --release
3939

4040
- run: mv target/release/sys sys-${{ matrix.target }}
41+
- run: mv target/release/sys-lend sys-lend-${{ matrix.target }}
4142

4243
- uses: actions/upload-artifact@v2
4344
with:
@@ -59,6 +60,8 @@ jobs:
5960
files: |
6061
x86_64-apple-darwin/sys-x86_64-apple-darwin
6162
x86_64-unknown-linux-gnu/sys-x86_64-unknown-linux-gnu
63+
x86_64-apple-darwin/sys-lend-x86_64-apple-darwin
64+
x86_64-unknown-linux-gnu/sys-lend-x86_64-unknown-linux-gnu
6265
env:
6366
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6467

Cargo.lock

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ separator = "0.4.1"
4343
serde = { version = "1.0", features = ["derive"] }
4444
serde_json = "1.0"
4545
simple_excel_writer = "0.1.9"
46+
solana-account-decoder = "=1.17.26"
4647
solana-clap-utils = "=1.17.26"
4748
solana-cli-config = "=1.17.26"
4849
solana-cli-output = "=1.17.26"

0 commit comments

Comments
 (0)