Skip to content

Commit 09698b8

Browse files
committed
Fix WASM CI build due to Actions being trash
1 parent b6cbb5e commit 09698b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- name: Rebuild C bindings without STD
4848
run: |
4949
cd ldk-c-bindings
50+
git config --global safe.directory "*"
5051
./genbindings.sh ../rust-lightning false
5152
- name: Build and Test TS Debug Bindings for Node
5253
run: |
@@ -75,6 +76,7 @@ jobs:
7576
run: |
7677
export HOME=/root/ # Github actions is apparently broken
7778
export PATH=$(pwd)/$(echo node-*/bin):$PATH
79+
git config --global safe.directory "*"
7880
./genbindings.sh ./ldk-c-bindings/ wasm true true
7981
cd ts
8082
rm liblightningjs.wasm && ln -s $(pwd)/../liblightningjs_debug.wasm ./liblightningjs.wasm

0 commit comments

Comments
 (0)