From 26f54257fb78bef7f3786dfc3c481cbd09a44aff Mon Sep 17 00:00:00 2001 From: ShotaAk Date: Tue, 18 Jun 2024 15:10:12 +0900 Subject: [PATCH] disable compile flag --- .github/workflows/compile-sketches.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/compile-sketches.yaml b/.github/workflows/compile-sketches.yaml index 48df234..35d207d 100644 --- a/.github/workflows/compile-sketches.yaml +++ b/.github/workflows/compile-sketches.yaml @@ -31,10 +31,10 @@ 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側のエラーを防ぐ + # cli-compile-flags: | # 警告がエラーとして扱われるので、対処しない警告はエラーから除外する + # - --build-property + # - "compiler.cpp.extra_flags= \ + # -Wno-error=type-limits" # micro_ros_arduino側のエラーを防ぐ sketch-paths: | - uROS_STEP1_LED - uROS_STEP2_SWITCH