From 75cb654aa8f562fe375226b56d470c5b8117bb66 Mon Sep 17 00:00:00 2001 From: 04041b <65881086+04041b@users.noreply.github.com> Date: Thu, 14 Sep 2023 02:00:53 -0700 Subject: [PATCH] Update makefile.yml, fix --- .github/workflows/makefile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index ec376f10..fec294cb 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -40,8 +40,8 @@ jobs: - name: configure with binary run: ./configure ARIA2_STATIC=yes - - name: Install dependencies - run: make $(nproc) + - name: make + run: make -j$(nproc) - name: aria2 binary upload uses: actions/upload-artifact@v3.1.2