ci: Install ninja-build/meson.

This commit is contained in:
Florent Kermarrec 2022-01-05 09:24:43 +01:00
parent 769b9b6e61
commit 42a357714b
1 changed files with 3 additions and 1 deletions

View File

@ -13,9 +13,11 @@ jobs:
# Install Tools
- name: Install Tools
run: |
sudo apt-get install wget build-essential python3
sudo apt-get install wget build-essential python3 ninja-build
pip3 install setuptools
pip3 install requests
pip3 install pexpect
pip3 install meson
# Install (n)Migen / LiteX / Cores
- name: Install LiteX