From 48c1df3d72c0ac1623e5b20d4e036ffad76e6a46 Mon Sep 17 00:00:00 2001 From: KingLucius Date: Sun, 22 Oct 2023 11:42:13 +0300 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 76b33452..26096745 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |