Skip to content

Commit a92c8de

Browse files
author
ShotaAk
committed
remove compiler flag
1 parent a32a30e commit a92c8de

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/compile-sketches.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +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-
35-
# 警告がエラーとして扱われるので、対処しない警告はエラーから除外する
36-
# type-limitsはmicro_ros_arduino側のエラーを防ぐために除外します
37-
cli-compile-flags: |
38-
- --build-property
39-
- compiler.cpp.extra_flags=-Wno-error=type-limits
4034
sketch-paths: |
4135
- uROS_STEP1_LED
4236
- uROS_STEP2_SWITCH

0 commit comments

Comments
 (0)