We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 607b57a commit 6e2b564Copy full SHA for 6e2b564
1 file changed
.github/workflows/main.yml
@@ -104,6 +104,7 @@ jobs:
104
- name: Musl arm64 git clone
105
if: matrix.name == 'linux-musl' && matrix.arch == 'arm64'
106
run: |
107
+ git config --global --add safe.directory ${{ github.workspace }}
108
git clone https://github.com/${{ github.repository }}.git .
109
git checkout ${{ github.sha }}
110
0 commit comments