diff --git a/.github/workflows/compile-sketches.yaml b/.github/workflows/compile-sketches.yaml index b4c75ad..392da76 100644 --- a/.github/workflows/compile-sketches.yaml +++ b/.github/workflows/compile-sketches.yaml @@ -31,12 +31,6 @@ jobs: version: 3.0.1 libraries: | # RTがカスタマイズしたmicro_ros_arduinoライブラリを使用する - source-url: https://github.com/rt-net/micro_ros_arduino/archive/refs/tags/esp32s3-230417.zip - - # 警告がエラーとして扱われるので、対処しない警告はエラーから除外する - # type-limitsはmicro_ros_arduino側のエラーを防ぐために除外します - cli-compile-flags: | - - --build-property - - compiler.cpp.extra_flags=-Wno-error=type-limits sketch-paths: | - uROS_STEP1_LED - uROS_STEP2_SWITCH