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