Skip to content

Commit

Permalink
test 6,Find new structure
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafFilies committed Oct 29, 2024
1 parent 19b5917 commit f4e2f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hil-unity-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
echo "No library information found"
exit 0
fi
readarray -t DEVICES < <(echo $lib | jq ".\"${{ env.library }}\" | keys[]" -r --compact-output --null-input)
readarray -t DEVICES < <(echo $lib | jq ".\"${{ env.library }}\" | keys[]" -r --compact-output)
echo "Devices: ${DEVICES[@]}"
echo "Library: ${lib}"
Expand Down

0 comments on commit f4e2f87

Please sign in to comment.