Skip to content

Commit f7e1608

Browse files
committed
Update CI to the ldk-c-bindings 0.0.105 branch
1 parent fcc9b85 commit f7e1608

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
cd ..
3939
git clone https://github.com/lightningdevkit/ldk-c-bindings
4040
cd ldk-c-bindings
41-
git checkout 0.0.104
41+
git checkout 0.0.105
4242
- name: Rebuild C bindings without STD
4343
run: |
4444
cd ldk-c-bindings
@@ -122,7 +122,7 @@ jobs:
122122
cd ..
123123
git clone https://github.com/lightningdevkit/ldk-c-bindings
124124
cd ldk-c-bindings
125-
git checkout 0.0.104
125+
git checkout 0.0.105
126126
- name: Rebuild C bindings, and check the sample app builds + links
127127
run: |
128128
cd ldk-c-bindings
@@ -172,7 +172,7 @@ jobs:
172172
cd ..
173173
git clone https://github.com/lightningdevkit/ldk-c-bindings
174174
cd ldk-c-bindings
175-
git checkout 0.0.104
175+
git checkout 0.0.105
176176
- name: Rebuild C bindings, and check the sample app builds + links
177177
run: |
178178
cd ldk-c-bindings
@@ -275,7 +275,7 @@ jobs:
275275
cd ..
276276
git clone https://github.com/lightningdevkit/ldk-c-bindings
277277
cd ldk-c-bindings
278-
git checkout 0.0.104
278+
git checkout 0.0.105
279279
- name: Checkout Android AAR binaries and artifacts
280280
run: |
281281
# Gitweb only allows snapshots of folders by providing the object hash, which we have to extract:
@@ -355,7 +355,7 @@ jobs:
355355
cd ..
356356
git clone https://github.com/lightningdevkit/ldk-c-bindings
357357
cd ldk-c-bindings
358-
git checkout 0.0.104
358+
git checkout 0.0.105
359359
- name: Rebuild C bindings with upstream clang, and check the sample app builds + links
360360
run: |
361361
cd ldk-c-bindings

0 commit comments

Comments
 (0)