Skip to content

Commit 8732e7f

Browse files
committed
Update ldk-c-bindings tag for CI test runs.
1 parent ba08b08 commit 8732e7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
echo "rust-lightning commit hash:"
2525
git rev-parse HEAD
2626
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
2828
# git clone https://github.com/TheBlueMatt/ldk-c-bindings
2929
cd ldk-c-bindings
3030
echo "ldk-c-bindings commit hash:"
@@ -86,7 +86,7 @@ jobs:
8686
cd ci/LDKSwift
8787
../../swift-5.6-RELEASE-ubuntu20.04/usr/bin/swift build
8888
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
9090
LLVM_CLANG_ASAN_PATH: /usr/lib/llvm-11/lib/clang/11.0.0/lib/linux/libclang_rt.asan-x86_64.a
9191
RUST_BACKTRACE: 1
9292
- name: Test Swift bindings package without address sanitizer

0 commit comments

Comments
 (0)