From 8672ca3aef5672d66806595bafef1d09f2909698 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Tue, 31 Jan 2023 01:02:59 -0500 Subject: [PATCH] Attempted fix for git-in-container --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) 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