diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9cea0d1f..b1468daf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,11 +76,11 @@ jobs: - name: Configure autotools (Linux, gnutls) if: runner.os == 'Linux' && matrix.crypto == 'gnutls' run: | - ./configure --with-gnutls --without-openssl ARIA2_STATIC=yes + ./configure --with-gnutls --without-openssl ARIA2_STATIC=yes --disable-shared - name: Configure autotools (Linux, openssl) if: runner.os == 'Linux' && matrix.crypto == 'openssl' run: | - ./configure --without-gnutls --with-openssl ARIA2_STATIC=yes + ./configure --without-gnutls --with-openssl ARIA2_STATIC=yes --disable-shared - name: Configure autotools (macOS) if: runner.os == 'macOS' run: |