Skip to content

Commit fd4eb16

Browse files
authored
Merge pull request #930 from pimoroni/patch-misc-ci-fixes
Slightly less frustrating MicroPython builds.
2 parents 9edcdcc + 8fc8a8e commit fd4eb16

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/micropython.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ jobs:
1313
build:
1414
name: ${{ matrix.name }} (${{ matrix.board }})
1515
runs-on: ubuntu-20.04
16+
continue-on-error: true
1617
strategy:
1718
matrix:
1819
include:
1920
- name: pico
2021
board: RPI_PICO
2122
- name: picow
2223
board: RPI_PICO_W
23-
- name: tiny2040
24+
- name: tiny2040_8mb
2425
board: PIMORONI_TINY2040
2526
- name: picolipo_4mb
2627
board: PIMORONI_PICOLIPO_4MB
File renamed without changes.

0 commit comments

Comments
 (0)