Skip to content

Commit

Permalink
Test3, fully parameterized
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafFilies committed Oct 4, 2024
1 parent 427ddaf commit eee67cf
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 @@ -303,7 +303,7 @@ jobs:
declare -a devicelist
declare -a serials
export HEXNAME=`tr ':' '.' <<<"${{ matrix.fqbn }}"`
serials=${{ fromJson(needs.setup.outputs.serials_hil) }}
serials=(${{ fromJson(needs.setup.outputs.serials_hil) }})
echo "Build HEX name: " $HEXNAME
echo "Port Serial Num: " ${serials[@]}
Expand Down

0 comments on commit eee67cf

Please sign in to comment.