Update build.yml

pull/2195/head
KingLucius 2023-10-22 12:20:34 +03:00 committed by GitHub
parent 48c1df3d72
commit 187ac31362
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) - 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 --enable-libaria2 ./configure --with-gnutls --without-openssl
- 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 --enable-libaria2 --enable-static ./configure --without-gnutls --with-openssl
- name: Configure autotools (macOS) - name: Configure autotools (macOS)
if: runner.os == 'macOS' if: runner.os == 'macOS'
run: | run: |