Update makefile.yml, nproc

pull/2174/head
04041b 2023-09-14 01:58:17 -07:00 committed by GitHub
parent 768d7e1679
commit f7fcb961b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ jobs:
run: ./configure ARIA2_STATIC=yes run: ./configure ARIA2_STATIC=yes
- name: Install dependencies - name: Install dependencies
run: make run: make $(nproc)
- name: aria2 binary upload - name: aria2 binary upload
uses: actions/upload-artifact@v3.1.2 uses: actions/upload-artifact@v3.1.2