Update Github Actions branch reference to 0.0.103
authorMatt Corallo <git@bluematt.me>
Wed, 3 Nov 2021 20:18:44 +0000 (20:18 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 4 Nov 2021 05:03:29 +0000 (05:03 +0000)
.github/workflows/build.yml

index 3ec1440d01b90126d1e675098e7bc17aea79364e..4bdd6dbfb1216b219de65d24bd6fff2e357df47c 100644 (file)
@@ -35,7 +35,7 @@ jobs:
           cd ..
           git clone https://github.com/lightningdevkit/ldk-c-bindings
           cd ldk-c-bindings
-          git checkout 0.0.102
+          git checkout 0.0.103
       - name: Rebuild C bindings without STD for WASM
         run: |
           cd ldk-c-bindings
@@ -161,7 +161,7 @@ jobs:
           cd ..
           git clone https://github.com/lightningdevkit/ldk-c-bindings
           cd ldk-c-bindings
-          git checkout 0.0.102
+          git checkout 0.0.103
       - name: Checkout Android AAR binaries and artifacts
         run: |
           # Gitweb only allows snapshots of folders by providing the object hash, which we have to extract:
@@ -243,7 +243,7 @@ jobs:
           cd ..
           git clone https://github.com/lightningdevkit/ldk-c-bindings
           cd ldk-c-bindings
-          git checkout 0.0.102
+          git checkout 0.0.103
       - name: Rebuild C bindings with upstream clang, and check the sample app builds + links
         run: |
           cd ldk-c-bindings