summaryrefslogtreecommitdiff
path: root/.github/actions
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2024-05-14 12:44:36 +0700
committerGitHub <[email protected]>2024-05-14 12:44:36 +0700
commit3c24ba3ff2eb5fdb4e214f668a25ed2038a847ad (patch)
treee4f57fe7a9cb538eefa32f55472eaacc5aa80dd0 /.github/actions
parentae01de246421df8638f05cab7b1c6e15e0184952 (diff)
build arm-clang on circleci with pull request (#2644)
* Build arm-clang using circle ci (only on PR): cache most of mandatory deps, clang toolchain * update get_deps.py to include CMSIS_5 with --print + no arguments, prevent duplicated deps
Diffstat (limited to '.github/actions')
-rw-r--r--.github/actions/get_deps/action.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/get_deps/action.yml b/.github/actions/get_deps/action.yml
index 38b44a70e..eea241c6c 100644
--- a/.github/actions/get_deps/action.yml
+++ b/.github/actions/get_deps/action.yml
@@ -2,8 +2,8 @@ name: Get dependencies
inputs:
arg:
+ description: 'Arguments to get_deps.py'
required: true
- type: string
runs:
using: "composite"