Workaround github actions brokenness
authorMatt Corallo <git@bluematt.me>
Mon, 6 Mar 2023 20:50:13 +0000 (20:50 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 6 Mar 2023 22:48:29 +0000 (22:48 +0000)
.github/workflows/build.yml

index b82ed8d50e2be0fa543147dfb1bbdf78bc31f4c4..85593edca9722776d10bfcf4c90022de8a01f1f4 100644 (file)
@@ -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