From 7eef63464e1378dafcc42c26cbaeb1d26a5b7be4 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Wed, 24 Aug 2022 19:58:39 -0700 Subject: [PATCH] [ci] add missing package to dependency build script --- .github/workflows/install_dependencies_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/install_dependencies_build.sh b/.github/workflows/install_dependencies_build.sh index f38a17d3c..2f7809e97 100755 --- a/.github/workflows/install_dependencies_build.sh +++ b/.github/workflows/install_dependencies_build.sh @@ -57,4 +57,5 @@ sudo apt-get install -y \ gcc-11 \ clang-6.0 \ clang-7 \ + clang-8 \ clang-10