From 9561aa16eb9c4210853ad273d4259f714c0b14f3 Mon Sep 17 00:00:00 2001 From: Jeffrey Clark Date: Thu, 11 Apr 2024 06:15:02 -0500 Subject: [PATCH] disable parallel builds for now m68k compilation fails sometimes --- .github/workflows/_artifact.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_artifact.yml b/.github/workflows/_artifact.yml index 6454a3c9..917fd44b 100644 --- a/.github/workflows/_artifact.yml +++ b/.github/workflows/_artifact.yml @@ -55,7 +55,7 @@ jobs: mingw64/mingw-w64-x86_64-SDL2_net - name: Compile run: | - make -f Makefiles/${{ matrix.makefile }} -j release NET_BOARD=1 BIN_DIR=bin OUTFILE=supermodel${{ matrix.outfile_ext }} OPT="${OPT_INPUT:-"-O3 -g"}" LDOPT="" + make -f Makefiles/${{ matrix.makefile }} release NET_BOARD=1 BIN_DIR=bin OUTFILE=supermodel${{ matrix.outfile_ext }} OPT="${OPT_INPUT:-"-O3 -g"}" LDOPT="" echo "pkg_path=$(make -f Makefiles/${{ matrix.makefile }} -j pkg/path)" >> $GITHUB_ENV - name: Validate run: ./bin/supermodel${{ matrix.outfile_ext }} -print-games