diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index bd61507..1a482dd 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -21,6 +21,11 @@ jobs: - name: Checkout dependencies run: | + # Add safe.directory to allow SYSTEM user to use these repos + git config --global --add safe.directory C:/tutus-bolt + git config --global --add safe.directory C:/tutus-consensus + git config --global --add safe.directory C:/tutus-ordered-json + git config --global --add safe.directory C:/tutus-rfc6979 # Clone or update dependency repos if (Test-Path C:\tutus-bolt) { Push-Location C:\tutus-bolt; git pull; Pop-Location