Skip to content

Commit 592a7c1

Browse files
committed
Workaround github actions brokenness
1 parent 4d63ad4 commit 592a7c1

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
@@ -38,6 +38,8 @@ jobs:
3838
git clone https://github.com/rust-bitcoin/rust-lightning
3939
cd rust-lightning
4040
git checkout 0.0.114-bindings
41+
- name: Fix Github Actions to not be broken
42+
run: git config --global --add safe.directory /__w/ldk-c-bindings/ldk-c-bindings
4143
- name: Rebuild bindings without std, and check the sample app builds + links
4244
run: ./genbindings.sh ./rust-lightning false
4345
- name: Rebuild bindings, and check the sample app builds + links

0 commit comments

Comments
 (0)