Skip to content

Commit 5678bc6

Browse files
committed
Update build.yml
1 parent c698bc1 commit 5678bc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ jobs:
3434
matrix: ${{ steps.matrix.outputs.matrix }}
3535
steps:
3636
- id: matrix
37+
name: build matrix
3738
run: |
39+
jq --version
3840
QUERY='[foreach .[] as $platform (0; foreach $platform.policies.[] as $policy (0; {policy: $policy, platform: $platform.platform, runner: $platform.runner}))]'
3941
JSON=$(cat << EOF | jq -c "${QUERY}"
4042
[

0 commit comments

Comments
 (0)