From eb656a8dcae77c01b163541a7b4e30b7896b7681 Mon Sep 17 00:00:00 2001 From: Pablo Garrido Date: Tue, 20 Feb 2024 08:05:13 +0100 Subject: [PATCH] Fix Teensy CI (#1688) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b0109f4a..587ab3040 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,11 +40,11 @@ jobs: arduino-cli core install arduino:sam -v arduino-cli core install arduino:mbed -v arduino-cli core install esp32:esp32 -v - arduino-cli core install teensy:avr@1.58.0 -v + arduino-cli core install teensy:avr@1.59.0 -v arduino-cli core install Seeeduino:samd -v # # PATCHING TEENSY AND SAM - cat checkout/extras/patching_boards/platform_teensy.txt > /github/home/.arduino15/packages/teensy/hardware/avr/1.58.0/platform.txt + cat checkout/extras/patching_boards/platform_teensy.txt > /github/home/.arduino15/packages/teensy/hardware/avr/1.59.0/platform.txt # remove when https://github.com/arduino/ArduinoCore-sam/pull/115 merged cat checkout/extras/patching_boards/platform_arduinocore_sam.txt > /github/home/.arduino15/packages/arduino/hardware/sam/1.6.12/platform.txt #