Skip to content

Commit

Permalink
Merge pull request #140 from TheBlueMatt/main
Browse files Browse the repository at this point in the history
Add missing cargo env load for CI
  • Loading branch information
TheBlueMatt committed Oct 10, 2023
2 parents 7811d21 + f137f7d commit d48ed4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit d48ed4f

Please sign in to comment.