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 7057122 commit 0ae4a4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,12 +301,13 @@ jobs:
# use the python based XMC flasher
- name: Flash
run: |
cd /opt/runner_support/
echo "Repo name extracted: " ${{ needs.setup.outputs.repo }}
echo "Real repo name: " ${{ needs.setup.outputs.project }}
export HEXNAME=`tr ':' '.' <<<"${{ matrix.fqbn }}"`
declare -a devicelist
devicelist+=($(/opt/runner_support/py_checkusb.py --serial ${{ matrix.serials }} --batch))
devicelist+=($(./py_checkusb.py --serial ${{ matrix.serials }} --batch))
for line in "${devicelist[@]}"; do
if [[ $line =~ $device[1] ]]; then
readarray -td, device <<<"$line"
Expand Down

0 comments on commit 0ae4a4d

Please sign in to comment.