Attempted fix for git-in-container

This commit is contained in:
Luke Street 2023-01-31 01:02:59 -05:00
parent 72c5c362fc
commit 8672ca3aef
1 changed files with 2 additions and 0 deletions

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