Skip to content

Commit

Permalink
Pin esp32 platform to 2.0.x
Browse files Browse the repository at this point in the history
Pinning the arduino-esp32 platform on the 2.0.x latest build, 2.0.17. This should fix the current build failures due to arduino-esp32 3.x as a short term solution.
  • Loading branch information
atanisoft committed Aug 5, 2024
1 parent 0b853c6 commit 713ada1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ArduinoBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
sketch-names: ESP32CanLoadTest.ino,ESP32IOBoard.ino,ESP32SerialBridge.ino,ESP32WifiCanBridge.ino
debug-compile: true
required-libraries: OpenMRNLite
arduino-platform: esp32:[email protected]
if: ${{ matrix.target == 'esp32' }}

- name: Compile ESP32-C3 examples
Expand All @@ -74,6 +75,7 @@ jobs:
sketch-names: ESP32C3CanLoadTest.ino,ESP32C3IOBoard.ino
debug-compile: true
required-libraries: OpenMRNLite
arduino-platform: esp32:[email protected]
if: ${{ matrix.target == 'esp32c3' }}

- name: Compile ESP32-S2 examples
Expand All @@ -84,4 +86,5 @@ jobs:
sketch-names: ESP32S2CanLoadTest.ino,ESP32S2IOBoard.ino
debug-compile: true
required-libraries: OpenMRNLite
arduino-platform: esp32:[email protected]
if: ${{ matrix.target == 'esp32s2' }}

0 comments on commit 713ada1

Please sign in to comment.