summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-08-15 17:21:31 +0700
committerhathach <[email protected]>2021-08-15 17:21:31 +0700
commit37d9f940eed4380241b7d16a0a2c1812ac7c6861 (patch)
treebc690bd5ab0e115d0e4667ac4d5a8eb2612c16c9 /.github/workflows
parent09e4348adcdb0af74a15d8077edf610690dd55a4 (diff)
add gd32vf103 to riscv ci
Diffstat (limited to '.github/workflows')
-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 1e3046d2c..78510751c 100644
--- a/.github/workflows/build_riscv.yml
+++ b/.github/workflows/build_riscv.yml
@@ -16,6 +16,7 @@ jobs:
family:
# Alphabetical order
- 'fomu'
+ - 'gd32vf103'
steps:
- name: Setup Python
uses: actions/setup-python@v2