summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2019-12-27 21:08:16 +0700
committerGitHub <[email protected]>2019-12-27 21:08:16 +0700
commite4a0af5e5ec54e217674bb4c74d87868f401b642 (patch)
tree77d722fe5abb970d436937c7576855e80a4927da /.github
parente14698028c86226e03e024a7d998e0a63e43516d (diff)
Update build.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9dc8d999d..75cd57d15 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -56,4 +56,4 @@ jobs:
export PATH=$PATH:`echo $HOME/opt/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/*/.content/bin`:`echo $HOME/opt/xPacks/@xpack-dev-tools/riscv-none-embed-gcc/*/.content/bin`
arm-none-eabi-gcc --version
riscv-none-embed-gcc --version
- python3 tools/build_all.py board_test
+ python3 tools/build_all.py ${{ matrix.example }}