Update CI to the ldk-c-bindings 0.0.105 branch
authorMatt Corallo <git@bluematt.me>
Thu, 3 Mar 2022 06:52:20 +0000 (06:52 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 3 Mar 2022 18:47:04 +0000 (18:47 +0000)
.github/workflows/build.yml

index 69b3b1f7a97c3ce040175521c0f7ff306abffe00..4dda7adaa9729509cc700c9532b262250d9889a7 100644 (file)
@@ -38,7 +38,7 @@ jobs:
           cd ..
           git clone https://github.com/lightningdevkit/ldk-c-bindings
           cd ldk-c-bindings
-          git checkout 0.0.104
+          git checkout 0.0.105
       - name: Rebuild C bindings without STD
         run: |
           cd ldk-c-bindings
@@ -122,7 +122,7 @@ jobs:
           cd ..
           git clone https://github.com/lightningdevkit/ldk-c-bindings
           cd ldk-c-bindings
-          git checkout 0.0.104
+          git checkout 0.0.105
       - name: Rebuild C bindings, and check the sample app builds + links
         run: |
           cd ldk-c-bindings
@@ -172,7 +172,7 @@ jobs:
           cd ..
           git clone https://github.com/lightningdevkit/ldk-c-bindings
           cd ldk-c-bindings
-          git checkout 0.0.104
+          git checkout 0.0.105
       - name: Rebuild C bindings, and check the sample app builds + links
         run: |
           cd ldk-c-bindings
@@ -275,7 +275,7 @@ jobs:
           cd ..
           git clone https://github.com/lightningdevkit/ldk-c-bindings
           cd ldk-c-bindings
-          git checkout 0.0.104
+          git checkout 0.0.105
       - name: Checkout Android AAR binaries and artifacts
         run: |
           # Gitweb only allows snapshots of folders by providing the object hash, which we have to extract:
@@ -355,7 +355,7 @@ jobs:
           cd ..
           git clone https://github.com/lightningdevkit/ldk-c-bindings
           cd ldk-c-bindings
-          git checkout 0.0.104
+          git checkout 0.0.105
       - name: Rebuild C bindings with upstream clang, and check the sample app builds + links
         run: |
           cd ldk-c-bindings