summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorZixun LI <[email protected]>2026-07-26 17:05:34 +0200
committerGitHub <[email protected]>2026-07-26 17:05:34 +0200
commit43b23195ac7d70d510dc14e222fe622c1bc83576 (patch)
tree460556674b7200e6be673849e22c2fa0552155f8 /.github/workflows
parent2d56dc533e45e4e91b15e93fdab5e22e964f328d (diff)
parentba9940385c23db07c35ad546a1bcf153997a80a5 (diff)
Merge pull request #3788 from rhgndf/apm32f0-deps
Enable APM32F0 dependency fetching and CI
Diffstat (limited to '.github/workflows')
-rwxr-xr-x.github/workflows/ci_set_matrix.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci_set_matrix.py b/.github/workflows/ci_set_matrix.py
index dc0d3871f..50ada5964 100755
--- a/.github/workflows/ci_set_matrix.py
+++ b/.github/workflows/ci_set_matrix.py
@@ -16,6 +16,7 @@ toolchain_list = [
# family: [supported toolchain]
family_list = {
+ "apm32f0xx": ["arm-gcc"],
"at32f402_405": ["arm-gcc"],
"at32f403a_407": ["arm-gcc"],
"at32f413": ["arm-gcc"],