Skip to content

Commit 87a5123

Browse files
committed
arduino/compile-sketchesのplatformsでesp32のバージョンを指定
1 parent aba14d3 commit 87a5123

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/compile-sketches.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
fqbn: esp32:esp32:esp32s3
2828
platforms: | # ESP32公式のpackage indexを使用する
2929
- name: esp32:esp32
30-
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/d0299bee3d120ebb745457585bec2856f0dbdb8f/package_esp32_index.json
30+
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
31+
version: 2.0.17
3132
sketch-paths: |
3233
- pico_v2_STEP1_LED
3334
- pico_v2_STEP2_SWITCH

0 commit comments

Comments
 (0)