We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 034e9c6 commit 2282ea6Copy full SHA for 2282ea6
1 file changed
.github/workflows/build-platforms.yml
@@ -168,6 +168,7 @@ jobs:
168
if: matrix.arch == 'aarch64'
169
run: |
170
apk add --no-cache git
171
+ git config --global --add safe.directory /__w/rustnet/rustnet
172
git clone --depth 1 https://github.com/${{ github.repository }}.git .
173
if [[ "${{ github.ref }}" == refs/tags/* ]]; then
174
git fetch --depth 1 origin tag "${{ github.ref_name }}"
0 commit comments