Skip to content

Commit

Permalink
fix jq
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Jul 30, 2023
1 parent 0435022 commit 60645e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/periodic_build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: gen_matrix
run: |
echo "::set-output name=matrix::$(python3 scripts/generate_build_matrix.py)"
echo "::set-output name=matrix_len::$(python3 scripts/generate_build_matrix.py | jq '. | len')"
echo "::set-output name=matrix_len::$(python3 scripts/generate_build_matrix.py | jq length)"
outputs:
build_matrix: ${{ steps.gen_matrix.outputs.matrix }}
Expand Down

0 comments on commit 60645e0

Please sign in to comment.