Add missing cargo env load for CI
authorMatt Corallo <git@bluematt.me>
Tue, 10 Oct 2023 03:57:42 +0000 (03:57 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 10 Oct 2023 03:57:42 +0000 (03:57 +0000)
The 0.0.117 release determinism tests ended up using a version
different from what was merged by a CI update, which is re-added
here.

.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: |