From fee478585a1515d06327563c898ad1a669d86715 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Thu, 3 Nov 2022 21:24:24 -0700 Subject: [PATCH] [ci] fixed dependency errors due to ubuntu 20.04 --- .github/workflows/install_dependencies_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install_dependencies_run.sh b/.github/workflows/install_dependencies_run.sh index f2342af44..09f0f7c07 100644 --- a/.github/workflows/install_dependencies_run.sh +++ b/.github/workflows/install_dependencies_run.sh @@ -1,4 +1,4 @@ apt-get install --no-install-recommends -y \ -libdatetime-perl libc6 libffi6 libgcc1 libreadline7 libstdc++6 \ +libdatetime-perl libc6 libffi-dev libgcc1 libreadline-dev libstdc++6 \ libtcl8.6 python3.8 python3-pip zlib1g libbz2-1.0 \ iverilog git rsync make curl wget tree python3.8-venv