Skip to content

Commit

Permalink
Update test-distros.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit authored Jan 26, 2025
1 parent 1022a3b commit 0f073c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-distros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
id: set-matrix
run: |
ls ./
mkdir -p results
./quickget | awk 'NR==3,/zorin/' | tr ' ' '\n' | tee results/testing.list
SUPPORTED=$(./quickget | awk 'NR==3,/zorin/' | tr ' ' '\n')
MATRIX="{\"include\": ["
for os in $SUPPORTED; do
Expand Down

0 comments on commit 0f073c8

Please sign in to comment.