File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535 cd ..
3636 git clone https://github.com/lightningdevkit/ldk-c-bindings
3737 cd ldk-c-bindings
38- git checkout 0.0.99
38+ git checkout 0.0.100
3939 - name : Rebuild C bindings without STD for WASM
4040 run : |
4141 cd ldk-c-bindings
@@ -163,7 +163,7 @@ jobs:
163163 cd ..
164164 git clone https://github.com/lightningdevkit/ldk-c-bindings
165165 cd ldk-c-bindings
166- git checkout 0.0.99
166+ git checkout 0.0.100
167167 - name : Detect current git version
168168 run : |
169169 # We assume the top commit is just a bindings update commit, so we
@@ -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.99
246+ git checkout 0.0.100
247247 - name : Rebuild C bindings with upstream clang, and check the sample app builds + links
248248 run : |
249249 cd ldk-c-bindings
You can’t perform that action at this time.
0 commit comments