X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-c-bindings;a=blobdiff_plain;f=.github%2Fworkflows%2Fbuild.yml;fp=.github%2Fworkflows%2Fbuild.yml;h=85593edca9722776d10bfcf4c90022de8a01f1f4;hp=b82ed8d50e2be0fa543147dfb1bbdf78bc31f4c4;hb=592a7c192ad6cd9376aee8ba4c64fb2f8dd18d0e;hpb=4d63ad47ee49d1fb467dfd448c030aedfbcbec2f diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b82ed8d..85593ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,6 +38,8 @@ jobs: git clone https://github.com/rust-bitcoin/rust-lightning cd rust-lightning git checkout 0.0.114-bindings + - name: Fix Github Actions to not be broken + run: git config --global --add safe.directory /__w/ldk-c-bindings/ldk-c-bindings - name: Rebuild bindings without std, and check the sample app builds + links run: ./genbindings.sh ./rust-lightning false - name: Rebuild bindings, and check the sample app builds + links