diff options
| author | Ha Thach <[email protected]> | 2019-12-27 21:08:16 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-12-27 21:08:16 +0700 |
| commit | e4a0af5e5ec54e217674bb4c74d87868f401b642 (patch) | |
| tree | 77d722fe5abb970d436937c7576855e80a4927da /.github/workflows | |
| parent | e14698028c86226e03e024a7d998e0a63e43516d (diff) | |
Update build.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
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 }} |
