Update build.yml

pull/2195/head
KingLucius 2023-10-24 00:48:03 +03:00 committed by GitHub
parent 8eff68dfb3
commit f49dde679b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ jobs:
- name: Build aria2 - name: Build aria2
run: | run: |
make -j"$(nproc 2> /dev/null || sysctl -n hw.ncpu)" check make -j"$(nproc 2> /dev/null || sysctl -n hw.ncpu)" check
strip --strip-all src/aria2c strip --strip-unneeded src/aria2c
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
if: always() if: always()
with: with: