diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6fc44e7..66d3db6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -215,6 +215,11 @@ jobs: - uses: actions/checkout@v4 + - name: Configure Git safe directory + shell: bash + run: | + git config --global --add safe.directory $(pwd) + - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }}