From 181c6af25b45bac9e1598c22aa0308256b651e60 Mon Sep 17 00:00:00 2001 From: TotallyMehis Date: Sun, 11 Aug 2024 15:28:39 +0300 Subject: [PATCH] Try parallel make in github actions --- build/make-game-script.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/make-game-script.txt b/build/make-game-script.txt index 082d48c4..a4bf2fb6 100644 --- a/build/make-game-script.txt +++ b/build/make-game-script.txt @@ -1,2 +1,2 @@ cd src -make -f zmr-games.mak +make -j $(nproc) -f zmr-games.mak