Skip to content

Commit 9f55193

Browse files
committed
now just pulling straws (guessing)
1 parent 5dafc58 commit 9f55193

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/arduino.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,12 @@ jobs:
135135
with:
136136
fqbn: ${{ matrix.fqbn }}
137137
platforms:
138-
- name: esp8266:esp8266
139-
source-url: http://arduino.esp8266.com/stable/package_esp8266com_index.json
140-
- name: esp32:esp32
141-
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
142-
- name: ATTinyCore:avr
143-
source-url: http://drazzy.com/package_drazzy.com_index.json
138+
- source-url: http://arduino.esp8266.com/stable/package_esp8266com_index.json
139+
name: esp8266:esp8266
140+
- source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
141+
name: esp32:esp32
142+
- source-url: http://drazzy.com/package_drazzy.com_index.json
143+
name: ATTinyCore:avr
144144

145145
# will automatically find sketches in subdirectories
146146
sketch-paths: examples

0 commit comments

Comments
 (0)