Skip to content

Commit

Permalink
Test2 using py_checkusb
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafFilies committed Oct 4, 2024
1 parent 175a2cb commit 1f1d5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
mapfile -t typelist < <(python ./py_checkusb.py --repo ${REPO} --full --batch)
for TYPE in "${typelist[@]}";
do
seriallist+=TYPE[2]
seriallist+=${TYPE[2]}
done;
export mser=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${seriallist[@]}")
echo serials="$mser" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 1f1d5af

Please sign in to comment.