Skip to content

Commit

Permalink
remove compiler flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ShotaAk committed Jun 18, 2024
1 parent a32a30e commit a92c8de
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/compile-sketches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a92c8de

Please sign in to comment.