pull/2195/head
KingLucius 2023-10-22 17:14:20 +03:00 committed by GitHub
parent 5dda260d8c
commit a794992b06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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