Skip to content

Commit

Permalink
disable parallel builds for now
Browse files Browse the repository at this point in the history
m68k compilation fails sometimes
  • Loading branch information
h0tw1r3 committed Apr 11, 2024
1 parent d69d733 commit 33f5458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33f5458

Please sign in to comment.