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 d185dc0 commit 77f0afd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,14 +173,14 @@ jobs:
- name: Run PlatformIO
run: |
cd $HOME/Arduino/libraries/${{ needs.setup.outputs.project }}
board="${{ needs.setup.outputs.fqbn }}"
board=echo "${board//fqbn/board}"
boards="${{ needs.setup.outputs.fqbn }}"
board="${boards//fqbn/board}"
echo "==="
echo $board
"$board" | awk '{print tolower($0)}'
echo "==="
echo $board
#"$board" | awk '{print tolower($0)}'
#echo "==="
#echo $board
# pio ci --lib="." ${board} --project-option="lib_deps=Wire"
env:
PLATFORMIO_CI_SRC: ${{ matrix.example }}
Expand Down

0 comments on commit 77f0afd

Please sign in to comment.