Skip to content

Commit

Permalink
back to PIO problem
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafFilies committed Jun 18, 2024
1 parent 20ff7e4 commit d7ca35d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,9 @@ jobs:
run: |
cd $HOME/Arduino/libraries/${{ needs.setup.outputs.project }}
boards="${{ needs.setup.outputs.fqbn }}"
echo "===\n $boards \n"
board = "$boards | perl -pe 'lc(s/fqbn\=\w+:\w+:/board /gx)'"
board1= "$board | perl -pw "lc()'"
echo "===\n $board1 \n"
board = `echo $boards | perl -pe 's/fqbn\=\w+:\w+:/board /gx'`
board = `echo $board | perl -ne "print lc'`
echo "===\n $board \n"
Expand Down

0 comments on commit d7ca35d

Please sign in to comment.