diff --git a/.github/workflows/compile-sketches.yaml b/.github/workflows/compile-sketches.yaml index d73f551..392da76 100644 --- a/.github/workflows/compile-sketches.yaml +++ b/.github/workflows/compile-sketches.yaml @@ -31,10 +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 - cli-compile-flags: | # 警告がエラーとして扱われるので、対処しない警告はエラーから除外する - - --build-property - - "compiler.cpp.extra_flags= \ - -Wno-error=type-limits" # micro_ros_arduino側のエラーを防ぐ sketch-paths: | - uROS_STEP1_LED - uROS_STEP2_SWITCH