File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,16 @@ jobs:
21
21
22
22
- name : Setup Arduino CLI
23
23
uses : arduino/setup-arduino-cli@v1
24
- with :
25
- version : " 0.27.0"
26
24
27
- # We limit the ESP32 core to v2.0.2. See: https://github.com/sparkfun/SparkFun_RTK_Firmware/issues/334
25
+ - name : Start config file
26
+ run : arduino-cli config init --additional-urls "https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json"
27
+
28
+ - name : Update index
29
+ run : arduino-cli core update-index
30
+
31
+ # We limit the ESP32 core to v2.0.2
28
32
- name : Install platform
29
33
run :
arduino-cli core install esp32:[email protected]
30
- --additional-urls "https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json"
31
-
32
- - name : Start config file
33
- run : arduino-cli config init
34
34
35
35
- name : Enable external libs
36
36
run : arduino-cli config set library.enable_unsafe_install true
65
65
66
66
- name : Get current date
67
67
id : date
68
- run : echo "::set-output name= date:: $(date +'%b_%d_%Y')"
68
+ run : echo "date= $(date +'%b_%d_%Y')" >> $GITHUB_OUTPUT
69
69
70
70
- name : Rename binary
71
71
run : |
Original file line number Diff line number Diff line change @@ -20,16 +20,16 @@ jobs:
20
20
21
21
- name : Setup Arduino CLI
22
22
uses : arduino/setup-arduino-cli@v1
23
- with :
24
- version : " 0.27.0"
25
23
26
- # We limit the ESP32 core to v2.0.2. See: https://github.com/sparkfun/SparkFun_RTK_Firmware/issues/334
24
+ - name : Start config file
25
+ run : arduino-cli config init --additional-urls "https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json"
26
+
27
+ - name : Update index
28
+ run : arduino-cli core update-index
29
+
30
+ # We limit the ESP32 core to v2.0.2
27
31
- name : Install platform
28
32
run :
arduino-cli core install esp32:[email protected]
29
- --additional-urls 'https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json'
30
-
31
- - name : Start config file
32
- run : arduino-cli config init
33
33
34
34
- name : Enable external libs
35
35
run : arduino-cli config set library.enable_unsafe_install true
64
64
65
65
- name : Get current date
66
66
id : date
67
- run : echo "::set-output name= date:: $(date +'%b_%d_%Y')"
67
+ run : echo "date= $(date +'%b_%d_%Y')" >> $GITHUB_OUTPUT
68
68
69
69
- name : Rename binary
70
70
run : |
You can’t perform that action at this time.
0 commit comments