From a794992b065f75bd2936aa02ea1caadb6e56434e Mon Sep 17 00:00:00 2001 From: KingLucius Date: Sun, 22 Oct 2023 17:14:20 +0300 Subject: [PATCH] Static --- .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 80213f05..9cea0d1f 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 + ./configure --with-gnutls --without-openssl ARIA2_STATIC=yes - name: Configure autotools (Linux, openssl) if: runner.os == 'Linux' && matrix.crypto == 'openssl' run: | - ./configure --without-gnutls --with-openssl + ./configure --without-gnutls --with-openssl ARIA2_STATIC=yes - name: Configure autotools (macOS) if: runner.os == 'macOS' run: |