From a129e79be92cacb7fbb87144e1d17bc4aaacc3a2 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 13 Jan 2021 21:51:35 -0800 Subject: [PATCH] Pin esp8266:esp8266 platform version to 2.5.0 in CI builds Previously, the most recent release of the ESP8266 boards platform (currently 2.7.4) was used in the "Compile Examples" CI workflow. Arduino Create uses 2.5.0, so it's best to use that version for testing as well. --- .github/workflows/compile-examples.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index 0efe2c596..c4d902eb9 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -131,6 +131,7 @@ jobs: # Install ESP8266 platform via Boards Manager - name: esp8266:esp8266 source-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json + version: 2.5.0 libraries: sketch-paths: # ESP32 boards