From: Matt Corallo Date: Mon, 6 Mar 2023 20:50:13 +0000 (+0000) Subject: Workaround github actions brokenness X-Git-Tag: v0.0.114.0^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-c-bindings;a=commitdiff_plain;h=592a7c192ad6cd9376aee8ba4c64fb2f8dd18d0e Workaround github actions brokenness --- 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