From 49f8652f91f456e383925a35e824cfd466ba9cc0 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Mon, 27 Sep 2021 16:10:01 +0200 Subject: [PATCH] ci: Install meson (now required by picolibc). --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81876e685..46c49a3f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: sudo apt-get install wget build-essential python3 pip3 install setuptools pip3 install requests + pip3 install meson # Install (n)Migen / LiteX / Cores - name: Install LiteX