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 44dd003 commit d1a9e25
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 @@ -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:
Expand Down

0 comments on commit d1a9e25

Please sign in to comment.