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 d7ca35d commit c7beab0
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 @@ -199,8 +199,8 @@ jobs:
run: |
cd $HOME/Arduino/libraries/${{ needs.setup.outputs.project }}
boards="${{ needs.setup.outputs.fqbn }}"
board = `echo $boards | perl -pe 's/fqbn\=\w+:\w+:/board /gx'`
board = `echo $board | perl -ne "print lc'`
export board=`echo $boards | perl -pe 's/fqbn\=\w+:\w+:/board /gx'`
export board=`echo $board | perl -ne "print lc'`
echo "===\n $board \n"
Expand Down

0 comments on commit c7beab0

Please sign in to comment.