From f66323249498d334e211cc42d28ad7b74a7b86fc Mon Sep 17 00:00:00 2001 From: Luke Street Date: Wed, 28 Feb 2024 22:06:03 -0700 Subject: [PATCH] Build all_source in CI --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a353e4a2..2c540bba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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