From a92c8de7c5faa2f98ff04a076a11ccf336b9e6fd Mon Sep 17 00:00:00 2001 From: ShotaAk Date: Tue, 18 Jun 2024 15:59:09 +0900 Subject: [PATCH] remove compiler flag --- .github/workflows/compile-sketches.yaml | 6 ------ 1 file changed, 6 deletions(-) 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