From 8a6ddee09cef5a3e229b77d3f832a689ce492f53 Mon Sep 17 00:00:00 2001 From: Vladimir Vukicevic Date: Mon, 20 Apr 2020 10:35:31 -0700 Subject: [PATCH] Get rid of -j4 everywhere in Makefile --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c4cc7b5..c0e770e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: run: sudo apt install ninja-build if: matrix.os == 'ubuntu-latest' - name: Build - run: sudo make -j4 package + run: sudo make package if: matrix.os != 'windows-latest' - name: Build run: make package