fix(CI): add env var to allow setting git global config

This commit is contained in:
qwjyh 2025-02-09 08:08:29 +09:00
parent 3222cbef59
commit 1891e222c3
2 changed files with 42 additions and 17 deletions

View file

@ -8,6 +8,7 @@ on:
env:
CARGO_TERM_COLOR: always
XDBM_ENABLE_OVERWRITE_GITCONFIG: true
jobs:
build-and-lint: