From b5d1b738d2b28ee513e841e93cd3ea88dccaba28 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 28 Apr 2021 02:16:05 -0700 Subject: [PATCH] Add Nano RP2040 Connect to "smoke test" examples compilation CI workflow --- .github/workflows/compile-examples.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index abb566da..a14882ff 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -14,6 +14,7 @@ jobs: - arduino:samd:nano_33_iot - arduino:megaavr:uno2018:mode=on - arduino:mbed:nano33ble + - arduino:mbed_nano:nanorp2040connect steps: - uses: actions/checkout@v2