Attempted fix for git-in-container

Former-commit-id: 8672ca3aef5672d66806595bafef1d09f2909698
This commit is contained in:
Luke Street 2023-01-31 01:02:59 -05:00
parent cc7e174eeb
commit 1accd793c4

View File

@ -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