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