Skip to content

Commit

Permalink
👷 (PlatformIO): Build with debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
leon0399 committed Jul 20, 2024
1 parent bcbd0ed commit 1f21c21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
env:
FORCE_COLOR: 2 # Enable color output
PLATFORMIO_CI_SRC: "./examples/${{ matrix.example }}/*.ino"
PLATFORMIO_BUILD_FLAGS: "-D CORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_DEBUG"

- name: Upload artifacts
if: steps.metadata.outputs.upload_artifact == 'true'
Expand Down

0 comments on commit 1f21c21

Please sign in to comment.