Skip to content

Commit ebac78c

Browse files
committed
Update CI branch refernces to 0.0.101
1 parent 7dc8875 commit ebac78c

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.100
38+
git checkout 0.0.101
3939
- name: Rebuild C bindings without STD for WASM
4040
run: |
4141
cd ldk-c-bindings
@@ -167,7 +167,7 @@ jobs:
167167
cd ..
168168
git clone https://github.com/lightningdevkit/ldk-c-bindings
169169
cd ldk-c-bindings
170-
git checkout 0.0.100
170+
git checkout 0.0.101
171171
- name: Detect current git version
172172
run: |
173173
# We assume the top commit is just a bindings update commit, so we
@@ -247,7 +247,7 @@ jobs:
247247
cd ..
248248
git clone https://github.com/lightningdevkit/ldk-c-bindings
249249
cd ldk-c-bindings
250-
git checkout 0.0.100
250+
git checkout 0.0.101
251251
- name: Rebuild C bindings with upstream clang, and check the sample app builds + links
252252
run: |
253253
cd ldk-c-bindings

0 commit comments

Comments
 (0)