From 7d144b9e07b5246bdfb76857bdbea6a8d6add817 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Fri, 15 Sep 2023 00:20:28 -0400 Subject: [PATCH] Disable map generation in CI, unneeded --- .github/workflows/build.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1e38a8c57..6b8e3da32 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: run: cp -R /orig/${{matrix.version}} orig - name: Build run: | - python configure.py --map --version ${{matrix.version}} --compilers /compilers + python configure.py --version ${{matrix.version}} --compilers /compilers ninja - name: Upload progress if: github.ref == 'refs/heads/main' @@ -31,8 +31,3 @@ jobs: run: | python tools/upload_progress.py -b https://progress.deco.mp/ -p tww -v ${{matrix.version}} \ build/${{matrix.version}}/progress.json - - name: Upload maps - uses: actions/upload-artifact@v3 - with: - name: ${{matrix.version}} maps - path: build/${{matrix.version}}/**/*.MAP