mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-05-13 09:51:19 +00:00
Attempted fix for git-in-container
Former-commit-id: 8672ca3aef5672d66806595bafef1d09f2909698
This commit is contained in:
parent
cc7e174eeb
commit
1accd793c4
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