diff options
author | per1234 <accounts@perglass.com> | 2022-01-03 00:48:39 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-03 00:48:39 -0800 |
commit | 6690a38fca9b5dad13d61a6b044c16906aa55952 (patch) | |
tree | ec9df41baef87a8f2f137d00d98b4ea7d4efc051 | |
parent | 330e02663e029e6aa16f559ebf519546b746c7ba (diff) | |
parent | 8ef856f75e1cf06b93543676be89a7869c0308d0 (diff) |
Merge pull request #448 from per1234/add-unomini-ci
Add unomini to sketch compilation CI workflow
-rw-r--r-- | .github/workflows/compile-platform-examples.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/compile-platform-examples.yml b/.github/workflows/compile-platform-examples.yml index 8e8f5b5..f7226e0 100644 --- a/.github/workflows/compile-platform-examples.yml +++ b/.github/workflows/compile-platform-examples.yml @@ -145,6 +145,9 @@ jobs: - fqbn: arduino:avr:unowifi serial: true softwareserial: true + - fqbn: arduino:avr:unomini + serial: true + softwareserial: true # Make board type-specific customizations to the matrix jobs include: |