mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-10 20:00:27 +00:00
turn down the volume on make
This commit is contained in:
parent
c34e8e99ec
commit
e7c5eb22e2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -25,6 +25,6 @@ jobs:
|
||||||
|
|
||||||
# gh-action runners have 2 cpus with 1 thread each
|
# gh-action runners have 2 cpus with 1 thread each
|
||||||
- name: make everything
|
- name: make everything
|
||||||
run: make -j2
|
run: V=0 make -j2
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue