From c8c77428fda40011ec43475ee1c0cda2aa5cf836 Mon Sep 17 00:00:00 2001 From: Son NK Date: Mon, 31 Oct 2022 10:11:30 +0100 Subject: [PATCH] not build lite --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 121c127..df82156 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -78,7 +78,8 @@ jobs: strategy: max-parallel: 4 matrix: - variant: ['full', 'lite'] +# variant: ['full', 'lite'] + variant: ['full'] steps: - name: Build info