Skip to content

Commit f8fcde8

Browse files
committed
ci: cmake.yml add toolchain install step
Signed-off-by: Wooden Chair <hua.zheng@embeddedboys.com>
1 parent 88c44a5 commit f8fcde8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ jobs:
4949
working-directory: ${{github.workspace}}/pud
5050
run: cmake -E make_directory ${{github.workspace}}/pud/build.${{ matrix.board }}
5151

52+
- name: Install Toolchain
53+
run: |
54+
sudo apt-get update
55+
sudo apt-get install -y gcc-arm-none-eabi
56+
5257
- name: Configure CMake
5358
# Use a bash shell so we can use the same syntax for environment variable
5459
# access regardless of the host operating system

0 commit comments

Comments
 (0)