Skip to content

Commit 53c596a

Browse files
committed
pull from Matt's fork
1 parent 7d512b4 commit 53c596a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
echo "rust-lightning commit hash:"
2525
git rev-parse HEAD
2626
cd ..
27-
git clone https://github.com/lightningdevkit/ldk-c-bindings
27+
# git clone https://github.com/lightningdevkit/ldk-c-bindings
28+
git clone https://github.com/TheBlueMatt/ldk-c-bindings
2829
cd ldk-c-bindings
2930
git checkout d3efae5be843d88e3e3a8fcff01efd500d1d546f
3031
echo "ldk-c-bindings commit hash:"

0 commit comments

Comments
 (0)