diff --git a/.github/workflows/bsd.yml b/.github/workflows/bsd.yml index 884c25076..5a48dbe00 100644 --- a/.github/workflows/bsd.yml +++ b/.github/workflows/bsd.yml @@ -59,6 +59,7 @@ jobs: git clone https://github.com/lightning/bolts.git ../bolts # fatal: unsafe repository ('/Users/runner/work/lightning/lightning' is owned by someone else) git config --global --add safe.directory `pwd` + for d in libsodium libwally-core gheap jsmn libbacktrace lowdown; do git config --global --add safe.directory `pwd`/external/$d; done git submodule update --init --recursive ./configure CC="$CC" --disable-valgrind