Skip to content

Commit a32a30e

Browse files
author
ShotaAk
committed
update compiler flag
1 parent d3409a7 commit a32a30e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/compile-sketches.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@ jobs:
3434
3535
# 警告がエラーとして扱われるので、対処しない警告はエラーから除外する
3636
# type-limitsはmicro_ros_arduino側のエラーを防ぐために除外します
37-
# cli-compile-flags: |
38-
# - --build-property
39-
# - "compiler.cpp.extra_flags= \
40-
# -Wno-error=type-limits"
37+
cli-compile-flags: |
38+
- --build-property
39+
- compiler.cpp.extra_flags=-Wno-error=type-limits
4140
sketch-paths: |
4241
- uROS_STEP1_LED
4342
- uROS_STEP2_SWITCH

0 commit comments

Comments
 (0)