Skip to content

Commit 6e2b564

Browse files
committed
fix(workflow): add safe.directory configuration for musl arm64 git clone
1 parent 607b57a commit 6e2b564

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104
- name: Musl arm64 git clone
105105
if: matrix.name == 'linux-musl' && matrix.arch == 'arm64'
106106
run: |
107+
git config --global --add safe.directory ${{ github.workspace }}
107108
git clone https://github.com/${{ github.repository }}.git .
108109
git checkout ${{ github.sha }}
109110

0 commit comments

Comments
 (0)