Skip to content

Commit 26f5425

Browse files
author
ShotaAk
committed
disable compile flag
1 parent 6207bc0 commit 26f5425

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
@@ -31,10 +31,10 @@ jobs:
3131
version: 3.0.1
3232
# libraries: | # RTがカスタマイズしたmicro_ros_arduinoライブラリを使用する
3333
# - source-url: https://github.com/rt-net/micro_ros_arduino/archive/refs/tags/esp32s3-230417.zip
34-
cli-compile-flags: | # 警告がエラーとして扱われるので、対処しない警告はエラーから除外する
35-
- --build-property
36-
- "compiler.cpp.extra_flags= \
37-
-Wno-error=type-limits" # micro_ros_arduino側のエラーを防ぐ
34+
# cli-compile-flags: | # 警告がエラーとして扱われるので、対処しない警告はエラーから除外する
35+
# - --build-property
36+
# - "compiler.cpp.extra_flags= \
37+
# -Wno-error=type-limits" # micro_ros_arduino側のエラーを防ぐ
3838
sketch-paths: |
3939
- uROS_STEP1_LED
4040
- uROS_STEP2_SWITCH

0 commit comments

Comments
 (0)