From 2f3cf997a624292d56733a41641425dc80e14184 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Wed, 3 Nov 2021 20:18:44 +0000 Subject: [PATCH] Update Github Actions branch reference to 0.0.103 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ec1440d..4bdd6dbf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 -- 2.30.2