Fix NuttX CI break by install missing dependencies (#1532)
This commit is contained in:
5
.github/workflows/compilation_on_nuttx.yml
vendored
5
.github/workflows/compilation_on_nuttx.yml
vendored
@ -72,7 +72,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Utilities
|
- name: Install Utilities
|
||||||
run: sudo apt install -y kconfig-frontends-nox genromfs
|
run: |
|
||||||
|
sudo apt install -y kconfig-frontends-nox genromfs
|
||||||
|
pip3 install pyelftools
|
||||||
|
pip3 install cxxfilt
|
||||||
|
|
||||||
- name: Install ARM Compilers
|
- name: Install ARM Compilers
|
||||||
if: ${{ contains(matrix.nuttx_board_config, 'arm') }}
|
if: ${{ contains(matrix.nuttx_board_config, 'arm') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user