diff options
| author | Ha Thach <[email protected]> | 2021-04-28 15:36:30 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-28 15:36:30 +0700 |
| commit | 33f713f5ef36f0db3e5d331f29fed6b182cc37a9 (patch) | |
| tree | 6a8b02871ffc587e64c537c4e4f080a5950d99a0 /.github/workflows | |
| parent | b5339caa17a5334d7bfcef8240b83efdd175e750 (diff) | |
| parent | c1c4b2f6bf7a159b7f04ae2d5089b006d1767038 (diff) | |
Merge pull request #810 from hathach/fix-lpc15
Fix lpc15
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c7b074a7..c88722b2a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,6 +41,7 @@ jobs: family: # Alphabetical order - 'imxrt' + - 'lpc15' - 'lpc18' - 'lpc55' - 'nrf' |
