diff --git a/action.yml b/action.yml index b3845c8..5ee8e0a 100644 --- a/action.yml +++ b/action.yml @@ -145,7 +145,7 @@ runs: shell: bash run: | cd ./.php-src - make -j$(/usr/bin/nproc) + make -j$(/usr/bin/nproc) >/dev/null cd ../ - name: Install