From f49dde679b55d1a2ba0246fba7a97074ec933e0d Mon Sep 17 00:00:00 2001 From: KingLucius Date: Tue, 24 Oct 2023 00:48:03 +0300 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fa48ebc2..cd5bfd96 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -92,7 +92,7 @@ jobs: - name: Build aria2 run: | 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 if: always() with: