mirror of
https://github.com/PrimeDecomp/echoes.git
synced 2026-07-12 18:18:57 -07:00
Fix CI builds
This commit is contained in:
@@ -17,9 +17,11 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
- name: Git config
|
||||
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||
- name: Prepare
|
||||
run: cp -R /orig .
|
||||
- name: Build
|
||||
run: |
|
||||
python configure.py --map --version ${{matrix.version}} --compilers /compilers/GC --orig /orig
|
||||
python configure.py --map --version ${{matrix.version}} --compilers /compilers/GC
|
||||
ninja
|
||||
# - name: Upload progress
|
||||
# if: github.ref == 'refs/heads/main'
|
||||
|
||||
Reference in New Issue
Block a user