From 592a7c192ad6cd9376aee8ba4c64fb2f8dd18d0e Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Mon, 6 Mar 2023 20:50:13 +0000 Subject: [PATCH] Workaround github actions brokenness --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2