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 3efbea4 commit 4997430
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 @@ -200,7 +200,7 @@ jobs:
cd $HOME/Arduino/libraries/${{ needs.setup.outputs.project }}
boards="${{ needs.setup.outputs.fqbn }}"
echo "===\n $boards \n"
echo $boards | perl -pe "lc(s/fqbn\=.*:.*:/board\s/gx)"
echo $boards | perl -pe "lc(s/fqbn\=\w+:\w+:/board\s/gx)"
echo "===\n $boards \n"
Expand Down

0 comments on commit 4997430

Please sign in to comment.