From e187d58ea24e8dbafa6b142dd8292007b631491f Mon Sep 17 00:00:00 2001 From: Carlos Quintana Date: Wed, 2 Nov 2022 08:44:49 +0100 Subject: [PATCH] (ci) re-enable building the lite variant --- .github/workflows/release.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index df82156..121c127 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -78,8 +78,7 @@ jobs: strategy: max-parallel: 4 matrix: -# variant: ['full', 'lite'] - variant: ['full'] + variant: ['full', 'lite'] steps: - name: Build info