mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
CI: fix bsd workflow.
I have no idea why someone else owns the directory suddenly, but all git commands fail. Workaround as suggested by the error message. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
c3a7499573
commit
33ae601266
1 changed files with 2 additions and 0 deletions
2
.github/workflows/bsd.yml
vendored
2
.github/workflows/bsd.yml
vendored
|
@ -70,6 +70,8 @@ jobs:
|
|||
pytest-json-report
|
||||
|
||||
git clone https://github.com/lightningnetwork/lightning-rfc.git ../lightning-rfc
|
||||
# fatal: unsafe repository ('/Users/runner/work/lightning/lightning' is owned by someone else)
|
||||
git config --global --add safe.directory `pwd`
|
||||
git submodule update --init --recursive
|
||||
|
||||
./configure CC="$CC"
|
||||
|
|
Loading…
Add table
Reference in a new issue