summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Davill <[email protected]>2022-03-22 22:32:53 +1030
committerGreg Davill <[email protected]>2022-03-22 22:32:53 +1030
commitac058a4c4553a237b297812be712a9c8dce0069a (patch)
tree28d69814c3ca1c3cc6ac73f851d033e0a36ba684
parent1d254be1a48264f906c5bbc50c4eca56eea063df (diff)
Add ch32v307 to build workflow
-rw-r--r--.github/workflows/build_riscv.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build_riscv.yml b/.github/workflows/build_riscv.yml
index 0c7b2d154..4ac265da3 100644
--- a/.github/workflows/build_riscv.yml
+++ b/.github/workflows/build_riscv.yml
@@ -15,6 +15,7 @@ jobs:
matrix:
family:
# Alphabetical order
+ - 'ch32v307'
- 'fomu'
- 'gd32vf103'
steps: