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 47159ee commit 9abf9cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
mapfile -t typelist < <(python ./py_checkusb.py --repo ${REPO} --full --batch)
for TYPE in "${typelist[@]}";
do
echo $TYPE
seriallist+=${TYPE[2]}
echo ${TYPE[2]}
seriallist+=(${TYPE[2]})
done;
echo seriallist="$seriallist"
export mser=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${seriallist[@]}")
Expand Down

0 comments on commit 9abf9cd

Please sign in to comment.