mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-08 20:56:13 +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:
|
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') }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user