From e7c5eb22e299e6dacd7a50cdb52aa3d90edf5ec0 Mon Sep 17 00:00:00 2001 From: Theta Nil <20186755+thetanil@users.noreply.github.com> Date: Tue, 21 Jun 2022 11:42:23 +0200 Subject: [PATCH] turn down the volume on make --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eeaad6834..67e6da6e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,6 +25,6 @@ jobs: # gh-action runners have 2 cpus with 1 thread each - name: make everything - run: make -j2 + run: V=0 make -j2