From 665d0dadec68a6fe682daa859d61bb81ad4b2b78 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Wed, 24 Aug 2022 16:42:27 -0700 Subject: [PATCH] [ci] add comments to install dependency scripts --- .github/workflows/install_dependencies_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install_dependencies_build.sh b/.github/workflows/install_dependencies_build.sh index b93db4799..a8385821f 100755 --- a/.github/workflows/install_dependencies_build.sh +++ b/.github/workflows/install_dependencies_build.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash +# The package list is designed for Ubuntu 20.04 LTS sudo apt-get update - sudo apt-get install -y \ autoconf \ automake \