From b811fb154d1dc1cb78a9946eb005e364147403aa Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 30 May 2021 08:33:58 +0000 Subject: [PATCH] add libxkbcommon-x11-0 --- start-build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/start-build.sh b/start-build.sh index ee0d3e3..aff3852 100644 --- a/start-build.sh +++ b/start-build.sh @@ -7,6 +7,8 @@ NC='\033[0m' # No Color # GITHUB_SHA=$(cat $GITHUB_EVENT_PATH | jq -r .pull_request.head.sha) #fi +sudo apt-get install -y libxkbcommon-x11-0 libxkbcommon-dev + echo -e ${RED} -------- set envs ${NC} PATH=$PWD/chromium/src/third_party/llvm-build/Release+Asserts/bin:$PWD/depot_tools/:/usr/local/go/bin:$PATH