From d6dd52e0b79ea04aa83366f7aaf2acb66f39b384 Mon Sep 17 00:00:00 2001 From: KingLucius Date: Mon, 23 Oct 2023 11:32:01 +0300 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f9b9823..6c0fd41b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,11 +77,11 @@ jobs: - name: Configure autotools (Linux, gnutls) if: runner.os == 'Linux' && matrix.crypto == 'gnutls' run: | - ./configure ARIA2_STATIC=yes --with-gnutls --without-openssl + ./configure ARIA2_STATIC=yes --with-gnutls --without-openssl --enable-libaria2 - name: Configure autotools (Linux, openssl) if: runner.os == 'Linux' && matrix.crypto == 'openssl' run: | - ./configure ARIA2_STATIC=yes --without-gnutls --with-openssl + ./configure ARIA2_STATIC=yes --without-gnutls --with-openssl --enable-libaria2 - name: Configure autotools (macOS) if: runner.os == 'macOS' run: |