Skip to content

Commit a028e94

Browse files
authored
Update build-datalogger-iot.yml
remove version for esp32 checkout
1 parent 71a6cdd commit a028e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-datalogger-iot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
# Install ESP32 - v2.0.9 (May, 2023)
4747
- name: Arduino - Install ESP32 platform
48-
run: arduino-cli core install esp32:esp32@2.0.14
48+
run: arduino-cli core install esp32:esp32
4949

5050
# install the libraries Flux uses
5151
- name: Install Flux dependant libraries.

0 commit comments

Comments
 (0)