Update makefile.yml, fix

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

View File

@ -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