Skip to content

Commit d48ed4f

Browse files
authored
Merge pull request #140 from TheBlueMatt/main
Add missing cargo env load for CI
2 parents 7811d21 + f137f7d commit d48ed4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ jobs:
459459
cd ldk-c-bindings
460460
git checkout 0.0.117
461461
cd lightning-c-bindings
462+
. $HOME/.cargo/env
462463
cargo update -p memchr --precise "2.5.0" --verbose
463464
- name: Checkout Android AAR binaries and artifacts
464465
run: |

0 commit comments

Comments
 (0)