From 423d5695d87d7b8b05c2fac85c0d422b65b51de4 Mon Sep 17 00:00:00 2001 From: Renato Alves Date: Thu, 13 Nov 2025 19:46:54 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Build=20support=20for=20older=20?= =?UTF-8?q?cert8.db=20legacy=20formats?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8fe69ab..1441d2a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -78,7 +78,7 @@ jobs: wget https://hg.mozilla.org/projects/nss/archive/${{ matrix.nss-source }}.zip unzip ${{ matrix.nss-source }}.zip cd nss-${{ matrix.nss-source }} - ./build.sh -o + ./build.sh -o --enable-legacy-db - name: Prepare system-level lib resolution if: |