From 6f38dbb990e8316a37f98f95f30ec44ab0099393 Mon Sep 17 00:00:00 2001 From: Fayaaz Date: Sun, 26 Jul 2020 19:36:21 +0100 Subject: [PATCH] Fix sudo --- .github/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3e616d6..0d0f1df 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,11 +23,10 @@ jobs: - uses: actions/checkout@v2 - name: Install deps - run: apt-get install coreutils quilt parted qemu-user-static debootstrap zerofree zip \ - dosfstools bsdtar libcap2-bin grep rsync xz-utils file git curl bc + 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 - name: Build - run: ./build.sh + run: sudo ./build.sh - uses: actions/upload-artifact@v2 with: