mirror of https://github.com/aria2/aria2
Update build.yml
parent
3e121b8d9e
commit
48c1df3d72
|
@ -80,7 +80,7 @@ jobs:
|
|||
- name: Configure autotools (Linux, openssl)
|
||||
if: runner.os == 'Linux' && matrix.crypto == 'openssl'
|
||||
run: |
|
||||
./configure --without-gnutls --with-openssl --enable-libaria2
|
||||
./configure --without-gnutls --with-openssl --enable-libaria2 --enable-static
|
||||
- name: Configure autotools (macOS)
|
||||
if: runner.os == 'macOS'
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue