diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a2bffd11..44ff42ff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,6 +15,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + - name: Git config + run: git config --global --add safe.directory "$GITHUB_WORKSPACE" - name: Build run: | python configure.py --map --version ${{matrix.version}} --compilers /compilers/GC