cd ..
git clone https://github.com/lightningdevkit/ldk-c-bindings
cd ldk-c-bindings
- git checkout 0.0.99
+ git checkout 0.0.100
- name: Rebuild C bindings without STD for WASM
run: |
cd ldk-c-bindings
cd ..
git clone https://github.com/lightningdevkit/ldk-c-bindings
cd ldk-c-bindings
- git checkout 0.0.99
+ git checkout 0.0.100
- name: Detect current git version
run: |
# We assume the top commit is just a bindings update commit, so we
cd ..
git clone https://github.com/lightningdevkit/ldk-c-bindings
cd ldk-c-bindings
- git checkout 0.0.99
+ git checkout 0.0.100
- name: Rebuild C bindings with upstream clang, and check the sample app builds + links
run: |
cd ldk-c-bindings