From 646653b439ec7d4957b9161ee80a6055b37aff3e Mon Sep 17 00:00:00 2001 From: Pan Li Date: Tue, 21 Nov 2023 14:33:17 +0800 Subject: Fix CI run failure on rv64gc Signed-off-by: Pan Li --- .github/setup-apt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/setup-apt.sh b/.github/setup-apt.sh index 49efd02..a470961 100755 --- a/.github/setup-apt.sh +++ b/.github/setup-apt.sh @@ -6,4 +6,4 @@ apt update apt install -y autoconf automake autotools-dev curl python3 python3-pip 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 + device-tree-compiler python3-pyelftools -- cgit v1.1