We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6cbb5e commit 09698b8Copy full SHA for 09698b8
.github/workflows/build.yml
@@ -47,6 +47,7 @@ jobs:
47
- name: Rebuild C bindings without STD
48
run: |
49
cd ldk-c-bindings
50
+ git config --global safe.directory "*"
51
./genbindings.sh ../rust-lightning false
52
- name: Build and Test TS Debug Bindings for Node
53
@@ -75,6 +76,7 @@ jobs:
75
76
77
export HOME=/root/ # Github actions is apparently broken
78
export PATH=$(pwd)/$(echo node-*/bin):$PATH
79
80
./genbindings.sh ./ldk-c-bindings/ wasm true true
81
cd ts
82
rm liblightningjs.wasm && ln -s $(pwd)/../liblightningjs_debug.wasm ./liblightningjs.wasm
0 commit comments