Skip to content

Commit 81f7537

Browse files
author
ShotaAk
committed
update
1 parent 26f5425 commit 81f7537

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/compile-sketches.yaml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,15 @@ jobs:
2929
- name: esp32:esp32
3030
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
3131
version: 3.0.1
32-
# libraries: | # RTがカスタマイズしたmicro_ros_arduinoライブラリを使用する
33-
# - source-url: https://github.com/rt-net/micro_ros_arduino/archive/refs/tags/esp32s3-230417.zip
34-
# cli-compile-flags: | # 警告がエラーとして扱われるので、対処しない警告はエラーから除外する
35-
# - --build-property
36-
# - "compiler.cpp.extra_flags= \
37-
# -Wno-error=type-limits" # micro_ros_arduino側のエラーを防ぐ
32+
libraries: | # RTがカスタマイズしたmicro_ros_arduinoライブラリを使用する
33+
- source-url: https://github.com/rt-net/micro_ros_arduino/archive/refs/tags/esp32s3-230417.zip
34+
35+
# 警告がエラーとして扱われるので、対処しない警告はエラーから除外する
36+
# type-limitsはmicro_ros_arduino側のエラーを防ぐために除外します
37+
cli-compile-flags: |
38+
- --build-property
39+
- "compiler.cpp.extra_flags= \
40+
-Wno-error=type-limits"
3841
sketch-paths: |
3942
- uROS_STEP1_LED
4043
- uROS_STEP2_SWITCH

0 commit comments

Comments
 (0)