We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d512b4 commit 53c596aCopy full SHA for 53c596a
.github/workflows/swift.yml
@@ -24,7 +24,8 @@ jobs:
24
echo "rust-lightning commit hash:"
25
git rev-parse HEAD
26
cd ..
27
- git clone https://github.com/lightningdevkit/ldk-c-bindings
+ # git clone https://github.com/lightningdevkit/ldk-c-bindings
28
+ git clone https://github.com/TheBlueMatt/ldk-c-bindings
29
cd ldk-c-bindings
30
git checkout d3efae5be843d88e3e3a8fcff01efd500d1d546f
31
echo "ldk-c-bindings commit hash:"
0 commit comments