Skip to content

Commit aba14d3

Browse files
committed
arduino-esp32のバージョンを2.0.17に固定する
1 parent 0c4e138 commit aba14d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-sketches.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ 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/gh-pages/package_esp32_index.json
30+
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/d0299bee3d120ebb745457585bec2856f0dbdb8f/package_esp32_index.json
3131
sketch-paths: |
3232
- pico_v2_STEP1_LED
3333
- pico_v2_STEP2_SWITCH

0 commit comments

Comments
 (0)