diff --git a/.github/workflows/alpine-test.yml b/.github/workflows/alpine-test.yml index 991a8026b..6de18d306 100644 --- a/.github/workflows/alpine-test.yml +++ b/.github/workflows/alpine-test.yml @@ -22,6 +22,10 @@ jobs: with: fetch-depth: 0 + - name: Special configuration for Alpine Linux git + run: | + git config --global --add safe.directory "$(pwd)" + - name: Prepare this repo for tests run: | ./init-tests-after-clone.sh