Skip to content

Commit

Permalink
Use FQBN,verbose,with pio board
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafFilies committed Jun 12, 2024
1 parent 9c408c1 commit 73a962c
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 @@ -175,8 +175,8 @@ jobs:
cd $HOME/Arduino/libraries/${{ needs.setup.outputs.project }}
boards="${{ needs.setup.outputs.fqbn }}"
board1="${boards//fqbn/board}"
board2="${board1//=Infineon:xmc:/=}"
board3="$board2" | awk '{print tolower($0)}'
board2="${board1//=.*:/=}"
"$board2" | awk '{print tolower($0)}'
echo "==="
Expand Down

0 comments on commit 73a962c

Please sign in to comment.