X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=.github%2Fworkflows%2Fbuild.yml;h=0e2db3fac5f632b54465bc35962358b71c6e843a;hb=09698b80ab6715a809dbfc3a2ed3f7ddd5bd3d9e;hp=72537f9481f559f87ab566fbeac9c27778df49b0;hpb=b6cbb5e84d954304dc26b04896c6d57518712002;p=ldk-java diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 72537f94..0e2db3fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,6 +47,7 @@ jobs: - name: Rebuild C bindings without STD run: | cd ldk-c-bindings + git config --global safe.directory "*" ./genbindings.sh ../rust-lightning false - name: Build and Test TS Debug Bindings for Node run: | @@ -75,6 +76,7 @@ jobs: run: | export HOME=/root/ # Github actions is apparently broken export PATH=$(pwd)/$(echo node-*/bin):$PATH + git config --global safe.directory "*" ./genbindings.sh ./ldk-c-bindings/ wasm true true cd ts rm liblightningjs.wasm && ln -s $(pwd)/../liblightningjs_debug.wasm ./liblightningjs.wasm