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 192d364 commit 38c2604
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,7 @@ jobs:
boards="${{ needs.setup.outputs.fqbn }}"
export board=`echo $boards | perl -pe 's/fqbn\=\w+:\w+:/board /gx'`
export board=`echo $board | perl -ne 'print lc'`
echo "===\n $board \n"
# pio ci --lib="." ${board3} --project-option="lib_deps=Wire"
pio ci --lib="." ${board} --project-option="lib_deps=Wire"
env:
PLATFORMIO_CI_SRC: ${{ matrix.example }}

Expand Down

0 comments on commit 38c2604

Please sign in to comment.