Skip to content

Commit f7f8d8b

Browse files
author
ShotaAk
committed
Remove compiler flag
1 parent 6fde1ee commit f7f8d8b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/compile-sketches.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ 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側のエラーを防ぐ
3834
sketch-paths: |
3935
- uROS_STEP1_LED
4036
- uROS_STEP2_SWITCH

0 commit comments

Comments
 (0)