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