Skip to content

Commit 047f505

Browse files
committed
Limit version of Arduino CLI
1 parent 56f8013 commit 047f505

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/compile-rc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121

2222
- name: Setup Arduino CLI
2323
uses: arduino/setup-arduino-cli@v1
24+
with:
25+
version: "0.27.0"
2426

2527
#We limit the ESP32 core to v2.0.2. See: https://github.com/sparkfun/SparkFun_RTK_Firmware/issues/334
2628
- name: Install platform

.github/workflows/compile-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020

2121
- name: Setup Arduino CLI
2222
uses: arduino/setup-arduino-cli@v1
23+
with:
24+
version: "0.27.0"
2325

2426
#We limit the ESP32 core to v2.0.2. See: https://github.com/sparkfun/SparkFun_RTK_Firmware/issues/334
2527
- name: Install platform

0 commit comments

Comments
 (0)