Skip to content

Commit 483c656

Browse files
committed
fix(workflow): update safe.directory configuration for musl arm64 git clone
1 parent d36c577 commit 483c656

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +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 }}
107+
git config --global --add safe.directory '*'
108108
git clone https://github.com/${{ github.repository }}.git .
109109
git checkout ${{ github.sha }}
110110

0 commit comments

Comments
 (0)