Skip to content

Commit

Permalink
update compiler flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ShotaAk committed Jun 18, 2024
1 parent d3409a7 commit a32a30e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/compile-sketches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ jobs:
# 警告がエラーとして扱われるので、対処しない警告はエラーから除外する
# type-limitsはmicro_ros_arduino側のエラーを防ぐために除外します
# cli-compile-flags: |
# - --build-property
# - "compiler.cpp.extra_flags= \
# -Wno-error=type-limits"
cli-compile-flags: |
- --build-property
- compiler.cpp.extra_flags=-Wno-error=type-limits
sketch-paths: |
- uROS_STEP1_LED
- uROS_STEP2_SWITCH
Expand Down

0 comments on commit a32a30e

Please sign in to comment.