From 422342541675b082e228437db830969d3defa29d Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Wed, 12 Oct 2022 19:59:07 +0200 Subject: [PATCH] remove pic32-wifire from BOARDS --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d5bedf36..2cb3a195 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -100,7 +100,7 @@ jobs: env: BUILD_IN_DOCKER: 1 DOCKER_IMAGE: ${{ env.DOCKER_REGISTRY }}/riotbuild:latest - BOARDS: "arduino-uno esp32-wroom-32 hifive1b msb-430h native pic32-wifire samr21-xpro" + BOARDS: "arduino-uno esp32-wroom-32 hifive1b msb-430h native samr21-xpro" - name: GNU microbit qemu test run: > @@ -149,7 +149,7 @@ jobs: # Not all of them are actually available; still using the "canonical" # list of representative boards above to keep this stable whil Rust # support expands - BOARDS: "arduino-uno esp32-wroom-32 hifive1b msb-430h native pic32-wifire samr21-xpro" + BOARDS: "arduino-uno esp32-wroom-32 hifive1b msb-430h native samr21-xpro" - name: Run static tests run: |