Skip to content

Commit 2f3cf99

Browse files
committed
Update Github Actions branch reference to 0.0.103
1 parent 75bc9cf commit 2f3cf99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cd ..
3636
git clone https://github.com/lightningdevkit/ldk-c-bindings
3737
cd ldk-c-bindings
38-
git checkout 0.0.102
38+
git checkout 0.0.103
3939
- name: Rebuild C bindings without STD for WASM
4040
run: |
4141
cd ldk-c-bindings
@@ -161,7 +161,7 @@ jobs:
161161
cd ..
162162
git clone https://github.com/lightningdevkit/ldk-c-bindings
163163
cd ldk-c-bindings
164-
git checkout 0.0.102
164+
git checkout 0.0.103
165165
- name: Checkout Android AAR binaries and artifacts
166166
run: |
167167
# Gitweb only allows snapshots of folders by providing the object hash, which we have to extract:
@@ -243,7 +243,7 @@ jobs:
243243
cd ..
244244
git clone https://github.com/lightningdevkit/ldk-c-bindings
245245
cd ldk-c-bindings
246-
git checkout 0.0.102
246+
git checkout 0.0.103
247247
- name: Rebuild C bindings with upstream clang, and check the sample app builds + links
248248
run: |
249249
cd ldk-c-bindings

0 commit comments

Comments
 (0)