Update build.yml

pull/2195/head
KingLucius 2023-10-22 11:42:13 +03:00 committed by GitHub
parent 3e121b8d9e
commit 48c1df3d72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: |