Skip to content

Commit

Permalink
fix matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed Jan 26, 2025
1 parent 0d40f4a commit 1022a3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-distros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
- name: "Generate Matrix"
id: set-matrix
run: |
SUPPORTED=$(./quickget | awk 'NR==2,/zorin/' | cut -d':' -f2 | tail -n +2 | paste -sd' ')
ls ./
SUPPORTED=$(./quickget | awk 'NR==3,/zorin/' | tr ' ' '\n')
MATRIX="{\"include\": ["
for os in $SUPPORTED; do
MATRIX+="{\"os\": \"$os\"},"
Expand Down

0 comments on commit 1022a3b

Please sign in to comment.