From 8f076c01289bcef67153e09a43ef77102e96f5c8 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Tue, 28 Jul 2020 10:46:22 +0200 Subject: [PATCH] Use ArduinoCore-samd - latest released version (SxU 2nd stage bootloaders have been released now) --- .github/workflows/compile-examples.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index a1f14b43d..2eb354edf 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -50,9 +50,6 @@ jobs: platforms: | # Install Arduino SAMD Boards via Boards Manager for the toolchain - name: arduino:samd - # Overwrite the Arduino SAMD Boards release version with version from the tip of the master branch - - source-url: https://github.com/arduino/ArduinoCore-samd/archive/master.zip - name: arduino:samd libraries: | - name: ArduinoECCX08 - name: RTCZero @@ -65,8 +62,6 @@ jobs: type: "wan" platforms: | - name: arduino:samd - - source-url: https://github.com/arduino/ArduinoCore-samd/archive/master.zip - name: arduino:samd libraries: | - name: ArduinoECCX08 - name: RTCZero @@ -77,8 +72,6 @@ jobs: type: "gsm" platforms: | - name: arduino:samd - - source-url: https://github.com/arduino/ArduinoCore-samd/archive/master.zip - name: arduino:samd libraries: | - name: ArduinoECCX08 - name: RTCZero @@ -89,8 +82,6 @@ jobs: type: "nb" platforms: | - name: arduino:samd - - source-url: https://github.com/arduino/ArduinoCore-samd/archive/master.zip - name: arduino:samd libraries: | - name: ArduinoECCX08 - name: RTCZero