summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-03-19 17:26:49 +0700
committerhathach <[email protected]>2023-03-19 17:27:45 +0700
commit64c6b715cecb80788b23a5f8f07e256e1c96ed38 (patch)
treeff34c112d8e3701c83541b5d3f50fd81cea5501b /.github/workflows
parent80be1aa13dcdd0b86c01212b6266a099669c98b2 (diff)
bsp lpc13
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build_arm.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml
index 1a0e556e9..01b390ac8 100644
--- a/.github/workflows/build_arm.yml
+++ b/.github/workflows/build_arm.yml
@@ -35,7 +35,7 @@ jobs:
- 'broadcom_32bit'
- 'imxrt'
- 'kinetis_k32 kinetis_kl'
- - 'lpc11 lpc15 lpc18'
+ - 'lpc11 lpc13 lpc15 lpc18'
- 'lpc54 lpc55'
- 'mm32 msp432e4'
- 'nrf'
@@ -102,7 +102,7 @@ jobs:
run: find examples/ -path "*stm32l412nucleo/*.elf" -exec mv {} . \;
- name: Upload Artifacts for rp2040
- if: contains(matrix.family,'rp2040') && github.repository_owner == 'hathach')
+ if: contains(matrix.family,'rp2040') && github.repository_owner == 'hathach'
uses: actions/upload-artifact@v3
with:
name: rp2040
@@ -110,7 +110,7 @@ jobs:
*.elf
- name: Upload Artifacts for stm32l412nucleo
- if: contains(matrix.family, 'stm32l4') && github.repository_owner == 'hathach')
+ if: contains(matrix.family, 'stm32l4') && github.repository_owner == 'hathach'
uses: actions/upload-artifact@v3
with:
name: stm32l4