Update build.yml

pull/2195/head
KingLucius 2023-10-23 16:40:00 +03:00 committed by GitHub
parent 975fa35c83
commit e0c972f4f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,7 @@ jobs:
run: |
asanflags="-fsanitize=address,undefined -fno-sanitize-recover=undefined"
CPPFLAGS="$asanflags -g3 -s"
CPPFLAGS="$asanflags -g3"
LDFLAGS="$asanflags"
echo 'CPPFLAGS='"$CPPFLAGS" >> $GITHUB_ENV
@ -92,6 +92,7 @@ jobs:
- name: Build aria2
run: |
make -j"$(nproc 2> /dev/null || sysctl -n hw.ncpu)" check
strip src/aria2c
- uses: actions/upload-artifact@v3
if: always()
with: