From: Matt Corallo Date: Wed, 3 Nov 2021 20:18:44 +0000 (+0000) Subject: Update Github Actions branch reference to 0.0.103 X-Git-Tag: v0.0.103.1~1^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-java;a=commitdiff_plain;h=2f3cf997a624292d56733a41641425dc80e14184 Update Github Actions branch reference to 0.0.103 --- 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