From 74102d5b81d1a58c292cbc9792333a777b8a4140 Mon Sep 17 00:00:00 2001 From: Zhuowei Zhang Date: Thu, 21 Feb 2019 18:29:17 -0800 Subject: [PATCH] whoops need that update after all --- ci-build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci-build.sh b/ci-build.sh index a395f0f..386529f 100755 --- a/ci-build.sh +++ b/ci-build.sh @@ -1,5 +1,6 @@ #!/bin/bash set -e +sudo apt update sudo apt install -y build-essential uuid-dev iasl git nasm gcc-aarch64-linux-gnu curdir="$PWD" cd ..