mirror of https://github.com/aria2/aria2
Update build.yml
parent
acf7da722a
commit
0d53475454
|
@ -76,11 +76,11 @@ jobs:
|
|||
- name: Configure autotools (Linux, gnutls)
|
||||
if: runner.os == 'Linux' && matrix.crypto == 'gnutls'
|
||||
run: |
|
||||
./configure --with-gnutls --without-openssl ARIA2_STATIC=yes --disable-shared
|
||||
./configure ARIA2_STATIC=yes --with-gnutls --without-openssl
|
||||
- name: Configure autotools (Linux, openssl)
|
||||
if: runner.os == 'Linux' && matrix.crypto == 'openssl'
|
||||
run: |
|
||||
./configure --without-gnutls --with-openssl ARIA2_STATIC=yes --disable-shared
|
||||
./configure ARIA2_STATIC=yes --without-gnutls --with-openssl
|
||||
- name: Configure autotools (macOS)
|
||||
if: runner.os == 'macOS'
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue