From f3ac86f7906903ce8198184b2f93ced83c03e156 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 13 Aug 2024 22:54:28 +0200 Subject: [PATCH] git config --global --add safe.directory /greenlet/.git --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fa87d15..303893e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -176,6 +176,7 @@ jobs: uses: docker/setup-qemu-action@v3 with: platforms: all + - run: git config --global --add safe.directory /greenlet/.git - name: Build and test greenlet env: DOCKER_IMAGE: quay.io/pypa/${{ matrix.image }}