mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2024-11-26 15:32:05 +00:00
Fix NuttX CI break by install missing dependencies (#1532)
This commit is contained in:
parent
c505da7464
commit
d7c2e9a6ea
5
.github/workflows/compilation_on_nuttx.yml
vendored
5
.github/workflows/compilation_on_nuttx.yml
vendored
|
@ -72,7 +72,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- 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
|
||||
if: ${{ contains(matrix.nuttx_board_config, 'arm') }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user