From 14ceae4fc903305077f819ba91977f1b6fa5b81a Mon Sep 17 00:00:00 2001 From: BigfootACA Date: Sat, 16 Jan 2021 03:42:51 +0800 Subject: [PATCH] fix GitHub workflows (install packages) --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a064a3a..60f8a4c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,6 +22,8 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - # Runs a single command using the runners shell + - name: Install requires packages + run: sudo apt install build-essential uuid-dev iasl git nasm python3-distutils gcc-aarch64-linux-gnu abootimg + - name: Build all devices run: ./build.sh -a -- 2.45.2