From d07ad57a88c544fdba82b86adaae86c2a2decaf1 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 6 Feb 2022 17:00:12 +0100 Subject: [PATCH] [CI] Suppress Adafruit Feather M0 (CI_BUILD_ALL) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d2eca1a8..7a2a5e7f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: - arduino:megaavr:uno2018 - arduino:sam:arduino_due_x - arduino:samd:arduino_zero_native - - adafruit:samd:adafruit_feather_m0 + #- adafruit:samd:adafruit_feather_m0 - adafruit:nrf52:feather52832 - esp32:esp32:esp32 - esp8266:esp8266:generic