We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f8013 commit 047f505Copy full SHA for 047f505
.github/workflows/compile-rc.yml
@@ -21,6 +21,8 @@ jobs:
21
22
- name: Setup Arduino CLI
23
uses: arduino/setup-arduino-cli@v1
24
+ with:
25
+ version: "0.27.0"
26
27
#We limit the ESP32 core to v2.0.2. See: https://github.com/sparkfun/SparkFun_RTK_Firmware/issues/334
28
- name: Install platform
.github/workflows/compile-release.yml
@@ -20,6 +20,8 @@ jobs:
20
0 commit comments