From 37cc7936a13fe25d0407973c770dca0b93224fe3 Mon Sep 17 00:00:00 2001 From: BigfootACA Date: Wed, 27 Jan 2021 13:06:58 +0800 Subject: [PATCH] fix github actions (apt update) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0d0fe51..9f61cd4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v2 - name: Install requires packages - run: sudo apt install build-essential uuid-dev iasl git nasm gcc-aarch64-linux-gnu abootimg python3-distutils python3-pil python3-git + run: sudo apt update&&sudo apt install build-essential uuid-dev iasl git nasm gcc-aarch64-linux-gnu abootimg python3-distutils python3-pil python3-git - name: Build all devices run: ./build.sh -a -- 2.45.2