From d1a9e25e80bd5355bcb1b3ff1631985423ec688c Mon Sep 17 00:00:00 2001 From: Markus Frei Date: Sat, 25 Jan 2025 14:52:49 +0100 Subject: [PATCH] chore(ci/cd): improve build --- .github/workflows/lf-linux-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lf-linux-build.yml b/.github/workflows/lf-linux-build.yml index 92f75fa74..98d94da3b 100644 --- a/.github/workflows/lf-linux-build.yml +++ b/.github/workflows/lf-linux-build.yml @@ -53,7 +53,7 @@ jobs: run: | distros="${{ inputs.distros }}" matrix=$(echo "$distros" | jq --compact-output --raw-input '{"distros": split(",")}') - echo "matrix=$matrix" | j >> $GITHUB_OUTPUT + echo "matrix=$matrix" >> $GITHUB_OUTPUT preparations: runs-on: