Update build.yml

pull/2195/head
KingLucius 2023-10-23 11:32:01 +03:00 committed by GitHub
parent 918a0bba32
commit d6dd52e0b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -77,11 +77,11 @@ jobs:
- name: Configure autotools (Linux, gnutls)
if: runner.os == 'Linux' && matrix.crypto == 'gnutls'
run: |
./configure ARIA2_STATIC=yes --with-gnutls --without-openssl
./configure ARIA2_STATIC=yes --with-gnutls --without-openssl --enable-libaria2
- name: Configure autotools (Linux, openssl)
if: runner.os == 'Linux' && matrix.crypto == 'openssl'
run: |
./configure ARIA2_STATIC=yes --without-gnutls --with-openssl
./configure ARIA2_STATIC=yes --without-gnutls --with-openssl --enable-libaria2
- name: Configure autotools (macOS)
if: runner.os == 'macOS'
run: |