Build all_source in CI

This commit is contained in:
Luke Street 2024-02-28 22:06:03 -07:00
parent a876d81ac2
commit f663232494
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
- name: Build
run: |
python configure.py --map --version ${{matrix.version}} --compilers /compilers
ninja
ninja all_source build/${{matrix.version}}/progress.json
- name: Upload progress
if: github.ref == 'refs/heads/main' && matrix.version == 'GM8E01_00'
continue-on-error: true