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 4d63ad4 commit 592a7c1Copy full SHA for 592a7c1
.github/workflows/build.yml
@@ -38,6 +38,8 @@ jobs:
38
git clone https://github.com/rust-bitcoin/rust-lightning
39
cd rust-lightning
40
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
43
- name: Rebuild bindings without std, and check the sample app builds + links
44
run: ./genbindings.sh ./rust-lightning false
45
- name: Rebuild bindings, and check the sample app builds + links
0 commit comments