Skip to content

Commit d3409a7

Browse files
author
ShotaAk
committed
disable compile flag
1 parent 81f7537 commit d3409a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/compile-sketches.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ 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= \
40+
# -Wno-error=type-limits"
4141
sketch-paths: |
4242
- uROS_STEP1_LED
4343
- uROS_STEP2_SWITCH

0 commit comments

Comments
 (0)