We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdeb050 commit 3ec4483Copy full SHA for 3ec4483
.github/workflows/build.yml
@@ -78,7 +78,7 @@ jobs:
78
strategy:
79
# devices to build for
80
matrix:
81
- board: [PUCKJS, PIXLJS, JOLTJS, MDBT42Q, BANGLEJS, BANGLEJS2, PUCKJS_MINIMAL, PUCKJS_NETWORK, PIXLJS_WIZ]
+ board: [PUCKJS, PIXLJS, JOLTJS, MDBT42Q, BANGLEJS, BANGLEJS2, PUCKJS_MINIMAL, PUCKJS_NETWORK, PIXLJS_WIZ, BANGLEJS2_NOFLASH, BANGLEJS2_IFLASH]
82
# try and build for all devices even if one fails
83
fail-fast: false
84
steps:
0 commit comments