From 447ca522126d68d66d7b3bd6ce84226275695c05 Mon Sep 17 00:00:00 2001 From: Fayaaz Date: Sun, 26 Jul 2020 21:31:58 +0100 Subject: [PATCH] Update apt before install --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2e6e559..7974b97 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,8 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - + - name: Update apt-get + run: sudo apt-get update - name: Install deps run: sudo apt-get install coreutils quilt parted qemu-user-static debootstrap zerofree zip dosfstools bsdtar libcap2-bin grep rsync xz-utils file git curl bc # Runs a single command using the runners shell