boards/ARDUINO_NANO_33_BLE_SENSE: Rename board to match upstream.

This commit is contained in:
iabdalkader 2024-01-02 09:54:36 +01:00
parent f76e10580c
commit c20b71f3b9
6 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
target: [OPENMV2, OPENMV3, OPENMV4, OPENMV4P, OPENMVPT, OPENMV_RT1060, ARDUINO_PORTENTA_H7, ARDUINO_GIGA, ARDUINO_NICLA_VISION, ARDUINO_NANO_RP2040_CONNECT, arduino_nano_33_ble_sense]
target: [OPENMV2, OPENMV3, OPENMV4, OPENMV4P, OPENMVPT, OPENMV_RT1060, ARDUINO_PORTENTA_H7, ARDUINO_GIGA, ARDUINO_NICLA_VISION, ARDUINO_NANO_RP2040_CONNECT, ARDUINO_NANO_33_BLE_SENSE]
fail-fast: false
steps:
- name: '⏳ Checkout repository'