From 694e398d37b641f7d76c20d7951111c44c3a4291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Grome=C5=A1?= Date: Sat, 22 Aug 2020 14:47:09 +0200 Subject: [PATCH] [CI] Dropped nrf52 support for now CI_FORCE_BUILD --- .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 bf4cd6c5..891873ef 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: - STM32:stm32:GenF3:pnum=BLACKPILL_F303CC - arduino:samd:arduino_zero_native - arduino:sam:arduino_due_x - - adafruit:nrf52:feather52832:softdevice=s132v6,debug=l0 + # - adafruit:nrf52:feather52832:softdevice=s132v6,debug=l0 runs-on: ubuntu-latest name: ${{ matrix.board }}