Skip to content

Commit 2282ea6

Browse files
committed
fix(ci): add safe.directory for ARM Alpine container checkout
1 parent 034e9c6 commit 2282ea6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-platforms.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ jobs:
168168
if: matrix.arch == 'aarch64'
169169
run: |
170170
apk add --no-cache git
171+
git config --global --add safe.directory /__w/rustnet/rustnet
171172
git clone --depth 1 https://github.com/${{ github.repository }}.git .
172173
if [[ "${{ github.ref }}" == refs/tags/* ]]; then
173174
git fetch --depth 1 origin tag "${{ github.ref_name }}"

0 commit comments

Comments
 (0)