From 42a357714bc18013e4db782fceda10240b9e35f0 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Wed, 5 Jan 2022 09:24:43 +0100 Subject: [PATCH] ci: Install ninja-build/meson. --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f8f33c..8088c64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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