Skip to content

Commit f137f7d

Browse files
committed
Add missing cargo env load for CI
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.
1 parent 7811d21 commit f137f7d

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)