From 3cbc2db6f124e68db33befee33ea743a86ea1e00 Mon Sep 17 00:00:00 2001 From: Junya Morioka Date: Sun, 8 Jun 2025 17:09:20 +0900 Subject: [PATCH] update --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) 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 }}