Skip to content

Commit 738a568

Browse files
committed
f try
1 parent ab0537f commit 738a568

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/ci-tx-sync-tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ set -eox pipefail
33

44
RUSTC_MINOR_VERSION=$(rustc --version | awk '{ split($2,a,"."); print a[2] }')
55

6+
echo -e "\n\nBITCOIND_EXE: $BITCOIND_EXE"
7+
echo -e "\n\nELECTS_EXE: $ELECTRS_EXE"
8+
69
pushd lightning-transaction-sync
710

811
# Some crates require pinning to meet our MSRV even for our downstream users,

0 commit comments

Comments
 (0)