Merge pull request #140 from TheBlueMatt/main
authorMatt Corallo <649246+TheBlueMatt@users.noreply.github.com>
Tue, 10 Oct 2023 03:59:46 +0000 (03:59 +0000)
committerGitHub <noreply@github.com>
Tue, 10 Oct 2023 03:59:46 +0000 (03:59 +0000)
Add missing cargo env load for CI

.github/workflows/build.yml

index e00fdea565b70a65e48f6ccbbdc101f1d6c4f825..cd275505989dba6387c93e0d0124483030c15187 100644 (file)
@@ -459,6 +459,7 @@ jobs:
           cd ldk-c-bindings
           git checkout 0.0.117
           cd lightning-c-bindings
+          . $HOME/.cargo/env
           cargo update -p memchr --precise "2.5.0" --verbose
       - name: Checkout Android AAR binaries and artifacts
         run: |