From 37d9f940eed4380241b7d16a0a2c1812ac7c6861 Mon Sep 17 00:00:00 2001 From: hathach Date: Sun, 15 Aug 2021 17:21:31 +0700 Subject: [PATCH] add gd32vf103 to riscv ci --- .github/workflows/build_riscv.yml | 1 + 1 file changed, 1 insertion(+) 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