From d1e273bb95104bfa0c4aa00268c5d8adb6d9d577 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 30 May 2021 06:34:36 +0000 Subject: [PATCH] add libxkbcommon-dev --- start-build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/start-build.sh b/start-build.sh index ee0d3e3..1ecebea 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-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