fix(ci): add safe.directory for dependency repos
CI / Build and Test (push) Successful in 8m55s Details

This commit is contained in:
MarketAlly Admin 2025-12-28 06:36:55 -05:00
parent b92ec056ff
commit 6b94764cc5
1 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,11 @@ jobs:
- name: Checkout dependencies - name: Checkout dependencies
run: | 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 # Clone or update dependency repos
if (Test-Path C:\tutus-bolt) { if (Test-Path C:\tutus-bolt) {
Push-Location C:\tutus-bolt; git pull; Pop-Location Push-Location C:\tutus-bolt; git pull; Pop-Location