Skip to content

Commit

Permalink
chore(ci/cd): improve build
Browse files Browse the repository at this point in the history
  • Loading branch information
markuslf committed Jan 25, 2025
1 parent 55bc125 commit b3b243e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lf-linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
id: 'generate-matrix'
run: |
distros="${{ inputs.distros }}"
echo "$distros" | jq --compact-output --raw-input '{"distros": split(",")}' >> $GITHUB_OUTPUT
echo "matrix=$distros" | jq --compact-output --raw-input '{"distros": split(",")}' >> $GITHUB_OUTPUT
preparations:
runs-on:
Expand Down

0 comments on commit b3b243e

Please sign in to comment.