From 672ece2ce40fc8ae1d1b2bc5f0e355f9bb374f28 Mon Sep 17 00:00:00 2001 From: Kishor <61860672+kkumar23@users.noreply.github.com> Date: Mon, 20 Sep 2021 17:38:50 +0530 Subject: [PATCH] adding wget in install dependencies --- .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 3efb3affb..f65967f65 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 \ libtcl8.6 python3.8 python3-pip zlib1g libbz2-1.0 \ -iverilog git rsync make curl +iverilog git rsync make wget curl