summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2019-12-27 20:07:22 +0700
committerGitHub <[email protected]>2019-12-27 20:07:22 +0700
commitee3e2bcc91149171c4585b7e592e2e791e92e85d (patch)
tree4ecf5850adccf6b68cbf97b7517a380d97e9c1fe
parent56f717bca1aa32ec33f855a69c5b1d80ec1c1fc5 (diff)
Update build.yml
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d0dbf3b67..9c2d329ca 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -23,6 +23,8 @@ jobs:
# Install RISCV GCC
xpm install --global @xpack-dev-tools/riscv-none-embed-gcc@latest
export PATH=$PATH:`echo $HOME/opt/xPacks/@xpack-dev-tools/riscv-none-embed-gcc/*/.content/bin`
+ arm-none-eabi-gcc --version
+ riscv-none-embed-gcc --version
- name: Versions
run: |
arm-none-eabi-gcc --version