Skip to content

Commit a5571fe

Browse files
Merge pull request #109 from yanghang8612/fix_git_issue_for_windows
Fix git safe directory issue for windows
2 parents 35e9e89 + bebb4e9 commit a5571fe

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
- name: Checkout code
1414
uses: actions/checkout@v5
1515

16+
- name: Fix git safe directory
17+
run: git config --global --add safe.directory '*'
18+
1619
- name: Cache dependencies
1720
id: cache-deps
1821
uses: actions/cache@v4

0 commit comments

Comments
 (0)