File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
echo "rust-lightning commit hash:"
25
25
git rev-parse HEAD
26
26
cd ..
27
- git clone --branch v0.0.108.0 https://github.com/lightningdevkit/ldk-c-bindings
27
+ git clone --branch v0.0.108.2 https://github.com/lightningdevkit/ldk-c-bindings
28
28
# git clone https://github.com/TheBlueMatt/ldk-c-bindings
29
29
cd ldk-c-bindings
30
30
echo "ldk-c-bindings commit hash:"
86
86
cd ci/LDKSwift
87
87
../../swift-5.6-RELEASE-ubuntu20.04/usr/bin/swift build
88
88
env :
89
- LDK_C_BINDINGS_BASE : /home/runner/work/ldk-swift/ldk-swift/ldk-c-bindings
89
+ LDK_C_BINDINGS_BASE : /home/runner/work/ldk-swift/ldk-swift/ci/ ldk-c-bindings
90
90
LLVM_CLANG_ASAN_PATH : /usr/lib/llvm-11/lib/clang/11.0.0/lib/linux/libclang_rt.asan-x86_64.a
91
91
RUST_BACKTRACE : 1
92
92
- name : Test Swift bindings package without address sanitizer
You can’t perform that action at this time.
0 commit comments