mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-04 21:35:37 +00:00
Attempted fix for git-in-container
This commit is contained in:
parent
72c5c362fc
commit
8672ca3aef
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user