Merge pull request #930 from pimoroni/patch-misc-ci-fixes

Slightly less frustrating MicroPython builds.
This commit is contained in:
Philip Howard 2024-04-11 17:08:44 +01:00 committed by GitHub
commit fd4eb165f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ jobs:
build:
name: ${{ matrix.name }} (${{ matrix.board }})
runs-on: ubuntu-20.04
continue-on-error: true
strategy:
matrix:
include:
@ -20,7 +21,7 @@ jobs:
board: RPI_PICO
- name: picow
board: RPI_PICO_W
- name: tiny2040
- name: tiny2040_8mb
board: PIMORONI_TINY2040
- name: picolipo_4mb
board: PIMORONI_PICOLIPO_4MB