From 43536acae8791de5fc93acad51d0c03dda9f903e Mon Sep 17 00:00:00 2001 From: Osman Karaketir Date: Sun, 15 Dec 2024 23:19:30 +0300 Subject: [PATCH] add `python3-tomli` to `setup-apt.sh` --- .github/setup-apt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/setup-apt.sh b/.github/setup-apt.sh index fb118fe5e1e..caf37c93a17 100755 --- a/.github/setup-apt.sh +++ b/.github/setup-apt.sh @@ -3,7 +3,7 @@ # install OS prerequisites dpkg --add-architecture i386 apt update -apt install -y autoconf automake autotools-dev curl python3 python3-pip libmpc-dev libmpfr-dev \ +apt install -y autoconf automake autotools-dev curl python3 python3-pip python3-tomli libmpc-dev libmpfr-dev \ libgmp-dev gawk build-essential bison flex texinfo gperf libtool \ patchutils bc zlib1g-dev libexpat-dev git ninja-build cmake libglib2.0-dev expect \ device-tree-compiler python3-pyelftools libslirp-dev