mirror of https://github.com/aria2/aria2
Update build.yml
parent
d6dd52e0b7
commit
c17a297fa0
|
@ -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 --enable-libaria2
|
||||
./configure --with-gnutls --without-openssl --with-libz --with-libcares --with-libexpat --without-libxml2 --without-libgcrypt --without-libnettle --without-libgmp --with-libssh2 --with-sqlite3 --without-jemalloc ARIA2_STATIC=yes --disable-shared
|
||||
- name: Configure autotools (Linux, openssl)
|
||||
if: runner.os == 'Linux' && matrix.crypto == 'openssl'
|
||||
run: |
|
||||
./configure ARIA2_STATIC=yes --without-gnutls --with-openssl --enable-libaria2
|
||||
./configure --without-gnutls --with-openssl --with-libz --with-libcares --with-libexpat --without-libxml2 --without-libgcrypt --without-libnettle --without-libgmp --with-libssh2 --with-sqlite3 --without-jemalloc ARIA2_STATIC=yes --disable-shared
|
||||
- name: Configure autotools (macOS)
|
||||
if: runner.os == 'macOS'
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue